Displaying 2 results from an estimated 2 matches for "spanfirstqueri".
Did you mean:
spanfirstquery
2007 Mar 21
3
Score more if begins with query
Hi,
I need to score more on products, those names
begin with query, rather then just contain it.
I am not sure where to start research on that...
Any ideas?
Best regards,
Tom
--
Posted via http://www.ruby-forum.com/.
2005 Dec 14
4
Fuzzy search on a phrase
I''m trying to use Ferret to do fuzzy searches. If I use fuzzy search for
just one word, it works fine:
index.search(''name:gogle~0.4'')
However, if I try to use a phrase, it doesn''t work:
index.search(''name:"gogle search engine"~0.4'')
On the other hand, I could do:
index.search(''name:gogle~0.4 AND