When do escape for , in the search term?

Post Reply
Zeus
Posts: 31
Joined: Thu Jul 29, 2004 5:12 pm

When do escape for , in the search term?

Post by Zeus »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

When do escape for , in the search term?

Post by mark »

Zeus
Posts: 31
Joined: Thu Jul 29, 2004 5:12 pm

When do escape for , in the search term?

Post by Zeus »

Thanks.
More specifically,
when and how do I escape non alphanumeric characters in the search term.
For example,
search for '(jerry,scott)' (literally as a phrase).
search for 'jerry,scott' (literally as a phrase).
search for '(jerry,scott,new-test' (literally as a phrase).
search for 'jerry,scott,new-test@sf.gov.juryduty' (literally as a phrase).
etc..

thanks!!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

When do escape for , in the search term?

Post by mark »

Zeus
Posts: 31
Joined: Thu Jul 29, 2004 5:12 pm

When do escape for , in the search term?

Post by Zeus »

Thanks, that helped!
But, still the following kind of searches, I could not run properly,

search for "#1,zeus@scooby.com"
that is a literal search.

I tried,
FIELD1 like "\#1,zeus@scooby.com"

but, I get hits that have just zeus@scooby.com along with the correct hits.(looks like doing an OR search)

same is the situation with,

FIELD1 like "\@50.25,start@yahoo.net"

thanks!!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

When do escape for , in the search term?

Post by mark »

I'm not sure why off the top of my head, but that needs to be "\#1\,zeus@scooby.com" and "\@50.25\,start@yahoo.net" . Probably something about the special char on front.
Post Reply