search for: 9e7db9110509070759732b21c4

Displaying 1 result from an estimated 1 matches for "9e7db9110509070759732b21c4".

2006 Sep 23
0
TermQuery problem
...the 0.10.4 gem under ruby 1.8.5 (2006-08-25) [i686-linux], I get different results with a TermQuery and a search string. Namely, using a search string seems to always work whereas using a TermQuery often doesn''t return any entries. For example: > x=@i[450][:message_id] => "9e7db9110509070759732b21c4 at mail.gmail.com" > @i.search("message_id:#{x}") => #<struct Ferret::Search::TopDocs total_hits=1, hits=[#<struct Ferret::Search::Hit doc=450, score=6.51688194274902>], max_score=6.51688194274902> > @i.search(Ferret::Search::TermQuery.new(:message_id, x))...