Displaying 2 results from an estimated 2 matches for "ferret_demo".
2006 May 17
8
How to implement full-text search with OR just like google?
The current full-text search will return the AND collection results,for
example,if we use Article.search("aa bb"),then the articles that include
"aa" and "bb" in the fields will be returned,how to return the articles
that include "aa" OR "bb" effectly? A stumb method is to setup two
queries respectly and collect them together with remove the
2006 Aug 10
1
Indexing weirdness
...;m having some problems with acts_as_ferret and indexing. I''ve got a
simple 5 column table, and a corresponding Ruby model. I loaded 9 rows
directly into the table using mysql (for live it''ll be about .5mil rows)
and configured a Rails search page along the exact same lines as
ferret_demo.
Unfortunately, search wouldn''t return any results; following the advice
given to other posters, I deleted the index/development/[ModelName]
folder. I expected then for the index to automatically get rebuilt, but
unfortunately any search then resulted in:
: Error occured at <fs_sto...