Rigid search bundle

A Symfony bundle which provides a way to make entities searchable.

These entities can be anything: blog items, pages, portfolio items, etc. You can see this bundle in action on this very website. Check it out by using the search bar.

When (not) to use this bundle?

Please bear in mind the following when considering using this bundle:

  • Do not use it with large sets of data -- around 1000 documents max!
  • The scoring system is quite blunt and not very accurate.
  • No support for comprehensive queries yet! (Like simple_query_string in elasticsearch.)

If you don't think my bundle suits your needs, then please take a look at Elasticsearch, Sphinx, Solr, or anything like that.

Download, install, use

Instructions on how to download, install and use this bundle are on github: