Agile Web Development

Build it. Launch it. Love it.

Will Paginate Acts As Searchable

Deprecated

Acts_as_searchable is old and brittle and no longer maintained.

Search do is the successor, bug-free, usable and paginateable!

Will Paginate Acts As Searchable

Integrate will_paginate with acts_as_searchable

will_paginate — github.com/mislav/will_paginate/wikis acts_as_searchable — http://pragmatig.wordpress.com/2008/05/06/getting-started-with-acts_as_searchable-on-ubuntu/

Example

Movie.paginate_by_fulltext_search(params[:q],:page=>params[:page],:per_page=>10)

Install

script/plugin install http://small-plugins.googlecode.com/svn/trunk/will_paginate_acts_as_searchable/

Copyright © 2008 Michael Grosser, released under the MIT license

Vitals

Home http://small-plugins.googlecode.com/
Repository http://small-plugins.googlecode.com/svn/trunk/will_paginate_acts_as_searchable/
License Rails' (MIT)
Tags Tag_red acts_as_searchable fulltext hyperestraier query seach search
Rating (4 votes)
Owner Michael Grosser
Created 6 July 2008

Comments

Add a comment