Within search on wildcards

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

Within search on wildcards

Post by skalyanaraman »

Hi,
We are trying to do the following search,

select * from tbldoc where OCR like 'w/2000 meeting "board of director*"'
and the hit we want is not there. But when we see the record we see meeting and the phrase board of directors within 1600 characters.
Why is it so? But when I try to do,
select * from tbldoc where OCR like 'w/2000 meeting "board of"'
the document we want is found. It seems the wildcard is throwing it off.

Any ideas on how to fix this search to run properly?
thanks
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Within search on wildcards

Post by mark »

Actually it appears to be a problem with wildcards on the end of a phrase. We'll have to look into a fix.

Normal suffix processing will find things like that without needing a wildcard.
like 'w/2000 meeting "board of director"'
Post Reply