Links
Categories
Plugins Tagged fulltext
-
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.
-
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.
-
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)
-
Sunspot::Rails
Powerful, expressive Solr search and indexing in your Rails application.
