UPDATE
acts_as_searchable is no longer maintained, please switch over to the new and healthy world of search_do bug-free, clear structure and paginating!
Just relesed another small plugin, to help integrate acts_as_searchable and will_paginate
Movie.paginate_by_fulltext_search( params[:q], :page=>params[:page],:per_page=>10 ) script/plugin install http://small-plugins.googlecode.com/svn/trunk/will_paginate_acts_as_searchable/
Just wanted to stop by and say THANKS for the plugin!