search problem for '-'

Post Reply
rajesh11
Posts: 52
Joined: Fri Dec 16, 2005 7:41 am

search problem for '-'

Post by rajesh11 »

We are searching for test - product it gives an error 015 /lfScript/searchService:2415: Invalid query term 2: "-" in the function get equivs 100 /lfScript/searchService:2415: Setmmapi tst - o Failed 100 /lfScript/searchService:2415: Metamorph open failed.

Please help us to resolve this issue.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

search problem for '-'

Post by mark »

Remove the floating "-" from the query. If you meant exclusion it should be
test -product
If you meant the phrase it should be
"test - product"
If you meant the keywords it should be
test product
Post Reply