Subject: | Quoting both the field name and the value |
Hi,
I have a quick question (or bug?) What is suppose to happen when you
quote both the field name and the value?
For example,
Show quoted text
LastEdit>"2009-01-01" parses as LastEdit>"2009-05-17"
"LastEdit">"2009-01-01" parses as :"Last Edit" :>"2009-05-17"
which implies that quoting the field name is something you shouldn't be
doing as it then treats it as just another value. Problem is that there
isn't any error/indication from the parser telling you that the query is
formatted incorrectly (well, at least in its interpretation of what you
want it to do).
Thanks