Jens Kraemer wrote:
> I guess this is perfectly correct behaviour. The stop word can't be
> searched for, since it gets stripped from your query (and it has been
> stripped from all your indexed documents, too, so searching for it would
> be pointless). What remains is the query
> '+all_categories:1 +bought_at_int:<1174655577  +gift:false' which will
> then be run against the index.
> 
> You can tell ferret to not use any stop words by specifying an empty
> list for the stop words:
> 
> acts_as_ferret { :fields => { ... } }, { :analyzer => 
> StandardAnalyzer.new([]) }
> 

ok, thanks, i'll try :)

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

Reply via email to