allow search legacy unlocalized title
This commit is contained in:
parent
cfafa57d8e
commit
b8a03c5a3c
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class Indexer:
|
|||
"q": q,
|
||||
"page": page,
|
||||
"per_page": SEARCH_PAGE_SIZE,
|
||||
"query_by": ",".join(SEARCHABLE_ATTRIBUTES),
|
||||
"query_by": ",".join(["title", "other_title"] + SEARCHABLE_ATTRIBUTES),
|
||||
"filter_by": filters,
|
||||
# "facet_by": "category",
|
||||
"sort_by": "_text_match:desc,rating_count:desc",
|
||||
|
|
Loading…
Add table
Reference in a new issue