remove temp workaround for search

This commit is contained in:
Your Name 2024-07-16 14:16:46 -04:00 committed by Henri Dickson
parent b511892485
commit 147e345976

View file

@ -356,7 +356,7 @@ class Indexer:
"q": q,
"page": page,
"per_page": SEARCH_PAGE_SIZE,
"query_by": ",".join(["title", "other_title"] + SEARCHABLE_ATTRIBUTES),
"query_by": ",".join(SEARCHABLE_ATTRIBUTES),
"filter_by": filters,
# "facet_by": "category",
"sort_by": "_text_match:desc,rating_count:desc",