Intelligent Search in Rails with Typesense - Avo
Search is one of the most ubiquitous features: almost every application needs some form of search at some point.
Luckily, in the Rails realm, we have many established options that allow us to add the feature, from using a simple search scope with an ILIKE query to more complex options like pgsearch or even options like Elastic Search with the available adapters.
In this article, we will learn how to add intelligent search in Rails using the Typesense gem to show the power of Typesense as a searc...
Read more at avohq.io