> This reminds me: Should we add an escape character to the query parser?
Probably. That at least mitigates the effect of taking away an important character for query syntax (*, ~, (), []). Easy enough to do. > For example, if backslash were the escape, then the query: > file:c\:\\autoexec.bat > would match the term "c:\autoexec.bat" in the "file" field. Backslash is the obvious choice, but the above example suggests it will bite some users. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
