At 2007-04-01 06:12, you wrote: >On Sat, Mar 31, 2007 at 07:41:06PM +0200, Andreas Korth wrote: > > On Mar 31, 2007, at 5:36 PM, Jeff Mallatt wrote: > > > I'm getting some results that I don't understand from a search. > > > >[snip] >adding the output of index.process_query to the script I get: > >Query 'content:"some"'... >processed to <title:content uid:content content:content> >Query 'title:"Some"'... >processed to <title:title uid:title content:title> > >so it seems the stop word is stripped first, then the query is >recognized as invalid, and the parser does it's best to run it anyway - >it takes the remaining word that once was the field name, and interprets >it as the query string. > >Setting handle_parse_errors to false turns this behaviour off and leads >to no results for the empty queries.
That explains it all. Thanks much! _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

