MonoForge

moro / search_do

search_do

Public

No description yet

41 filesupdated Jun 18, 2026

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

This fork is maintained by MOROHASHI Kyosuke

== Pre-requisites

A working Hyper Estraier instance, setup instructions:

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