[Xapian-discuss] Parsing the query

Olly Betts olly at survex.com
Fri Oct 27 16:30:02 BST 2006


On Fri, Oct 27, 2006 at 02:00:31PM +0200, Tomasz Jackowiak wrote:
> I have a problem with QueryParser. Terms in database contain chars 
> like '#!()@_'.

QueryParser currently won't treat any of these characters as part of a
term when tokenising terms from the query string.  It ought to handle
this better, but at present I'm afraid you'll have to either parse the
query string yourself, or modify the QueryParser code.

Cheers,
    Olly



More information about the Xapian-discuss mailing list