Hi,

I am using acts_as_ferret and have a problem with scoring. I would like
to organize it in such way that, if any of the searched terms fits, I
get 1.0 score as a result. I will explain it on the example.

I have in index:

a) "one two three four"
b) "one two three"
c) "one two"
d) "one"

When I search for "one" I would like to get 1.0 score for all of indexed
elements. When I search for "one two" I get 1.0 score for a),b),c).

Thanks for any help!
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to