On Samstag 21 Januar 2006 19:46, Chris Hostetter wrote:

> if you are flexible in the syntax you are willing to support, you can
> tell your users that they need to escape the colons that aren't ment as
> field identifiers...
>
>         ID:CI\:123

Or you could use a regular expression to turn ID:CI:123 into ID:CI\:123 
before the QueryParser is used. Probably simpler than messing with 
QueryParser.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to