Posted By:
k_v
Posted On:
Monday, June 1, 2009 05:55 AM
I have a problem in using the special characters in my search query
I have a search string
field1:'sometext-*-someothertext'
if I use
field1:'sometext-*-someothertext'
I am not able to get the proper results. Please suggest me with proper query.
when i tried to use other special character as below and it is working
field1:'sometext(someothertext)'
whats the problem in the first query?