search for: indexedsearchengine

Displaying 3 results from an estimated 3 matches for "indexedsearchengine".

2006 Jul 17
2
IndexedSearchEngine Question
Good evening -- I''m really new to Rails and I was looking for a way to use IndexedSearchEngine with a "get" call instead of the default "post". I have the script by itself on a page /myapp/app/view/search/rhtml and I want to be able to bookmark the query string. I can''t seem to find where in the code the call to form_tag is. This is as likely as not a terribly s...
2006 Jan 03
5
Announcement: Indexed Search Engine 0.1.2 Available
Hello all. Apologies... I was a little too eager in my earlier annoucement about the Indexed Search Engine for Rails apps. The DB migration file contained an error that had to be worked around. I''ve fixed that, added more (and clearer) documentation, and a sample application. You can find most everything you want to know about Indexed Search Engine here:
2006 Jan 03
0
Indexed Search Engine 0.1 Released
Hello and happy new year. This message has also been posted to the Rails Engines Users list, and it was recommended that I widen my audience. I''ve created a rails engine for adding a fully indexed search capability to your rails applications. >From the README: "IndexedSearchEngine is a simple, pluggable engine for rails applications which can be used to enable full text indexed searches within an application. Searchable data is parsed, stemmed using the Porter stemmer, and added to a fully indexed table. This allows you to index ActiveRecords with a description attribute of...