Subject Searching problem
Author Antti Kurenniemi
Hello there.


I have a problem with searching in IBO. If I have names in a table like:

Andy Warhol Knock-Off Ltd
Ad-Astra Corporation
Ad Infinitum
Advanced technologies Inc
Adagio and Sons
Beryl's Beryllium Supermarket

...and I use a TIB_IncSearch with SeekNearest set to True, then searching
for "adag" will find "Adagio and Sons" just fine, but searching for "adagio"
will find "Ad-Astra Corporation". The search will also stop at ad-astra corp
is I enter "Adagio and Sons", even though it's a full match.

I'm using IBO 4.6 and FB 1.5.3, so I don't know if this works different in
later versions. I can reproduce this with a very small project, using a
table with name column only. OrderingItems would be

Customer Name=name

and OrderingLinks simply

name=1


Any ideas?


TIA,
Antti Kurenniemi