RubyFlow The Ruby and Rails community linklog

Search engine like fulltext queries for ActiveRecord via attr_searchable

In case you want to add fulltext (mysql/postgres) query support to your models and you don’t want to install additional search engine servers, check out attr_searchable: https://github.com/mrkamel/attr_searchable

Please find a few examples of query string queries: Book.search("Joanne Rowling Harry Potter") Book.search("author: Rowling title:'Harry Potter'") Book.search("price > 10 AND price < 20 -stock:0 (Potter OR Rowling)")

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in