[Zope] TextIndexNG Similar search HELP!!!
Tino Wildenhain
tino at wildenhain.de
Thu Jan 1 08:14:46 EST 2004
Hi Joel,
Joel Jensen wrote:
> I am trying to do a SQL LIKE query on a lastname attribute of a zclass.
> ie. show me all the lastnames LIKE 'cronkyte'
>
> should return cronkite...
according to which SQL? 92, 99 probly not.
You appear to need a phonetic search. LIKE
does not work like that.
Phonetic searches are rather complex and
highly depend on the language you search
for. As long as you are not able to
specify the used language somewhere,
its impossible to work as expected.
Regards
Tino Wildenhain
More information about the Zope
mailing list