graphql-compose-elasticsearch icon indicating copy to clipboard operation
graphql-compose-elasticsearch copied to clipboard

suggest implementation, elasticsearch

Open andhdo opened this issue 6 years ago • 1 comments

According elasticsearch documentation, suggesters can be used to make recommendations based on distence algorithms. is there any possible to use suggesters with graphql compose elastivseaarch? would you mind to tell us how can we make this invocation through this library?.

Thanks in advance

REF

andhdo avatar Dec 14 '18 16:12 andhdo

i think it's already implemented but it doesn't work for me i tried as the field suggest is an array of string on my case opts:{ suggestField:"suggest.keyword", suggestMode:popular, suggestText:"a", suggestSize:10 } but it's not working

mwalol avatar Nov 21 '19 15:11 mwalol