feature/elasticsearch #1

Merged
floatingghost merged 41 commits from feature/elasticsearch into develop 2021-12-12 17:37:28 +00:00
Showing only changes of commit c2909aa2a4 - Show all commits

View file

@ -52,8 +52,6 @@ defmodule Pleroma.Search.Elasticsearch do
}
}
IO.inspect(q)
out = Pleroma.Elasticsearch.search_activities(q)
with {:ok, raw_results} <- out do