Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Add suggestions for auto-complete during indexing #40

Open
anupdhml opened this issue Sep 3, 2018 · 2 comments
Open

Add suggestions for auto-complete during indexing #40

anupdhml opened this issue Sep 3, 2018 · 2 comments
Assignees

Comments

@anupdhml
Copy link
Member

anupdhml commented Sep 3, 2018

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.

@aishraj
Copy link
Member

aishraj commented Jun 30, 2019

Its mostly a nice to have, but we can do it using Python or something. Anup can work on this.

@aishraj aishraj added Nice to have and removed Beta labels Jun 30, 2019
@aishraj
Copy link
Member

aishraj commented Jun 30, 2019

This would enable us to search by last name etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants