ScopedSearch 2.2 now Rails 3 compatible
I just released version 2.2 of my super simple ActiveRecord search plugin ScopedSearch. It uses standard SQL to search records using a simple but powerful query language (think "foo !(bar | baz)"
), and it is now compatible with both ActiveRecord 2 and 3.
Post a comment