only NOT searches

Post Reply
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

only NOT searches

Post by skalyanaraman »

Hi,
we tried to do a search,

TEXT like '-Bush' and got this error,

000 Cannot allow an all NOT logic search in the function open api engine
100 Setmmapi -Bush Failed
100 Metamorph open failed.


Why?
Can we get around it?
Thanks
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

only NOT searches

Post by John »

You would need to write it as TEXT NOT LIKE 'bush'.

The engine works by finding terms, and will then look between the delimiters for any "NOT" terms to exclude. With all NOT terms it doesn't have anything to anchor on as a possible match.
John Turnbull
Thunderstone Software
Post Reply