> If they try to use any other options then 'i' we throow a ParseException
+1. Complex-syntax parsers should throw (human-palatable) exceptions on syntax errors. A lenient, "naive user" query parser should be separate and accept a very, very rudimentary query syntax (so that there are literally no chances of making a syntax error). D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
