Links
Categories
Plugins Tagged search
-
Acts as Ferret
Mixin that uses ferret to automatically build and maintain an index for fast fulltext search within the data stored in a Rails model.
-
Searchable
Module for search-enabling models using Ferret (future: multiple backends)
-
ZipCodeSearch
Adds radius-based location searches to your app.
-
Active Search
ActiveSearch is a barbarian way to give your models a sparkle of fuzzy search, which most users will surely prefer to very specific forms.
-
acts_as_solr
This plugin adds full text search capabilities using the Solr engine to any Rails model.
-
acts_as_tsearch
Super simple full text search for any model if you're running against Postgresql for the database.
-
scan_fields
Alleviate's the need for long and ugly ActiveRecord::find search conditions by automatically searching all columns of a model.
-
acts_as_fulltext_indexed
A MySQL-specific plugin that allows you to perform fulltext searching on models backed by InnoDB tables, so you get transactions, foreign keys, and row-level locking while retaining the power of fulltext search.
-
DynaCon
Dynamically add search conditions before you call a Model.find
-
Simply Searchable
Ruby on Rails plugin to simplify searching your model
-
Acts As Indexed
Fulltext search with zero-dependencies (No gems required) and a minimal setup. Maintains an index of content in your Rails models for fast query results.
-
acts_as_fulltextable
Easily perform full text searches using MySQL
-
scoped_search
Easily search you ActiveRecord models with a simple query language using a named scope.
-
Searchlogic
Object based ActiveRecord searching, paginating, ordering, and more!
-
ez_where
This plugin augments ActiveRecord::Base#find to add ruby like syntax for queries.
-
Will Paginate Acts As Searchable
Integrate will_paginate with acts_as_searchable
Movie.paginate_by_fulltext_search(params['q'],:page=>params[:page],:per_page=>1)
-
Ultrasphinx
Ruby on Rails interface to the Sphinx full text search engine.
-
acts_as_filter
Acts As Filter is an ActiveRecord filtering plugin based on named_scopes
-
Sunspot::Rails
Powerful, expressive Solr search and indexing in your Rails application.
