Merge search behaviour change, and refactor elasticsearch #28

Merged
floatingghost merged 91 commits from elasticsearch-refactor into develop 2022-06-30 16:55:31 +00:00
Showing only changes of commit 41f3572152 - Show all commits

View file

@ -112,7 +112,7 @@ def object_to_search_data(object) do
end
def add_to_index(activity) do
maybe_search_data = object_to_search_data(activity)
maybe_search_data = object_to_search_data(activity.object)
if activity.data["type"] == "Create" and maybe_search_data do
result =