I wish to search for a word enclosed by quotation marks. For example
the string "dog". The quotation marks are part of the string for which I am searching.
Tried ""dog"". This does not work. I still get any dog within the text, whether enclosed by quotation marks or not. How do I set this up?
Thanks!
Filter search syntax ?
you need to use backslash
\"dog\"
it works everywhere - search service, filter editor, quck filter.
http://www.netwu.com/ue/UE.txt - look for "boolean wildmats"
or
http://www.netwu.com/ue/help/patterns.htm#bw (same text - a little garbled but there are some screenshots above it)
\"dog\"
it works everywhere - search service, filter editor, quck filter.
http://www.netwu.com/ue/UE.txt - look for "boolean wildmats"
or
http://www.netwu.com/ue/help/patterns.htm#bw (same text - a little garbled but there are some screenshots above it)
alex wrote:you need to use backslash
"dog"
it works everywhere - search service, filter editor, quck filter.
http://www.netwu.com/ue/UE.txt - look for "boolean wildmats"
or
http://www.netwu.com/ue/help/patterns.htm#bw (same text - a little garbled but there are some screenshots above it)
This works fine. Thanks James