You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Start by tokenizing author/title fields and adding them as suggestions. Eg: we should get a match on "Bhairab Aryal" when querying for just "Aryal" (under current implementation, queries have to start with "Bhairab").
This can be later extended to support things like synonyms as a suggestion.
The text was updated successfully, but these errors were encountered:
To improve auto-complete queries, we can add suggestions when indexing documents.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html#indexing
Start by tokenizing author/title fields and adding them as suggestions. Eg: we should get a match on "Bhairab Aryal" when querying for just "Aryal" (under current implementation, queries have to start with "Bhairab").
This can be later extended to support things like synonyms as a suggestion.
The text was updated successfully, but these errors were encountered: