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