mitodl/open-discussions

Rename search.task_helpers functions

Closed this issue · 0 comments

The function names under search.task_helpers could be clearer about what they're doing (upserting or deleting objects in the search index, not the database).

Designs and Mockups

delete_userlist -> userlist_index_delete
upsert_userlist -> userlist_index_upsert
etc