0

For the experiment, I am using both algolia and elastic search I see that algolia is searching nicely even if spellings are wrong but elastic search is searching only if word spelling is complete and correct. How I can make elastic search more effective?

Algolia enter image description here

Elastic

enter image description here

Bilal Arshad
  • 531
  • 3
  • 11
  • 33

1 Answers1

0

You might have a look at Fuzzy Query: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-fuzzy-query.html

plieb
  • 1,130
  • 1
  • 9
  • 23