This might be more of a Lucene question, but I can't figure it out.  How 
come this works:

Item.find_id_by_contents("name:Bob")

but this returns no results:

Item.find_id_by_contents(Ferret::Search::TermQuery.new(:name, "Bob"))



Thanks in advance!

-Jon

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

Reply via email to