Search code examples
searchautocompleteelasticsearchcleo

Is there a good auto-complete search library that I can use?


I already tried cleo, not convinced majorly because of this bug that I recently encountered and yet have been unable to solve.

Also tried elasticsearch, but too complex to run even a single query and indexing and other features were pretty slow too.

So if anyone knows another better one or something I am missing out here in these two. Thanks.


Solution

  • Have you tried the Completion Suggester API? It is not complex and certainly not slow.