Filter search syntax ?

Post Reply
James
Posts: 2
Joined: Wed Oct 10, 2007 6:52 pm

Filter search syntax ?

Post by James »

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!
alex
Posts: 4543
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

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)
James
Posts: 2
Joined: Wed Oct 10, 2007 6:52 pm

Post by James »

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
Post Reply