public
Fork of scoop/acts_as_searchable
Description: Rails: Hyperestraier integration. Deprecated: use seach_do
Homepage:
Clone URL: git://github.com/grosser/acts_as_searchable.git
name age message
file CHANGELOG Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file MIT-LICENSE Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file README Mon Dec 29 07:23:42 -0800 2008 please swtich to search_do, this plugin is no l... [grosser]
file Rakefile Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file TODO Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file init.rb Fri Sep 19 02:47:00 -0700 2008 misc changes [micha]
file install.rb Mon Dec 29 03:00:02 -0800 2008 mode-change on all files... + more documentation [grosser]
directory lib/ Fri Sep 19 03:30:56 -0700 2008 made logic clearer [micha]
directory tasks/ Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
directory test/ Fri Sep 19 03:08:11 -0700 2008 subclasses through send, limit not used when co... [micha]
README
* NO LONGER MAINTAINED
* HAS SOME MINOR ISSUES/BUGS/IS TOO COMPLEX

PLEASE USE THE 
SIMPLIFIED - SEARCH-BACKEND-AGNOSTIC SUCCESSOR:

http://github.com/grosser/search_do





= acts_as_searchable

This library adds fulltext searching capabilities based on Hyper Estraier (http://hyperestraier.sourceforge.net/) to
an ActiveRecord model.

== Pre-requisites

A working Hyper Estraier instance, setup instructions:
* (install Mac) TODO
* (install Ubuntu) http://pragmatig.wordpress.com/2008/05/06/getting-started-with-acts_as_searchable-on-ubuntu/
* (usage) http://hyperestraier.sourceforge.net/nguide-en.html

== Resources

Install
* script/plugin install git://github.com/scoop/master/acts_as_searchable.git 
OR
* gem install acts_as_searchable

Bugtracking

* http://trac.poocs.net/projects/plugins

Rubyforge project

* http://rubyforge.org/projects/ar-searchable

RDocs

* http://ar-searchable.rubyforge.org

GitHub

* http://github.com/scoop/master/acts_as_searchable