The Poor Mans Search Solution with MySQL
Sometimes, there are cases when we need a Search Solution for a hobby project but don’t want to spend extra time and money in having a Lucene
or some other form of abstraction of Lucene
, such as Solr
or ElasticSearch
. If you’re working with MySQL
(or even better, with Postgres
), then you’re in luck – there’s a way to have a quick and dirty search solution for your dear project.