This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | Fri May 23 07:25:10 -0700 2008 | |
| |
MIT-LICENSE | Fri May 23 07:25:10 -0700 2008 | |
| |
README | ||
| |
Rakefile | Mon Dec 29 03:00:02 -0800 2008 | |
| |
TESTING | ||
| |
TODO | Fri May 23 07:25:10 -0700 2008 | |
| |
init.rb | ||
| |
install.rb | Mon Dec 29 03:00:02 -0800 2008 | |
| |
lib/ | ||
| |
rails/ | ||
| |
recipes/ | Wed Jun 25 23:45:39 -0700 2008 | |
| |
spec/ | ||
| |
tasks/ | ||
| |
test/ | Fri May 23 07:25:10 -0700 2008 |
README
= search_do Library for fulltext search integration with active record using multiple backends. Supports: Hyper Estraier (http://hyperestraier.sourceforge.net/) an ActiveRecord model. Original is written by scoop see - http://github.com/scoop/acts_as_searchable/tree/master - http://poocs.net/2006/4/6/introducing-acts-as-searchable This fork is maintained by MOROHASHI Kyosuke - http://github.com/moro/search_do/tree/master == Pre-requisites A working Hyper Estraier instance, setup instructions: * http://hyperestraier.sourceforge.net/nguide-en.html * http://pragmatig.wordpress.com/2008/05/06/getting-started-with-acts_as_searchable-on-ubuntu/ At http://localhost:1978/ create one node for every model you want to use. When node_prefix(or node) in you config.yml is 'xx_test' then you have to create xx_test_articles and xx_test_pages to index Article and Page (node + table_name). == Install * script/plugin install git://github.com/moro/search_do.git == Bugtracking * fork and request pull * send a message http://github.com/moro








