Gossamer Forum
Home : Products : Gossamer Links : Discussions :

BUG? search substring

Quote Reply
BUG? search substring
I use LinksSQL 2.12 and the substring value is not usedin search.cgi:

The following queries (e.g. Asi instead of Asia) return the same result:
search.cgi?query=Asi&bool=and&substring=0&mh=25
search.cgi?query=Asi&bool=and&substring=1&mh=25

How can I figure out, where the problem is?

Thanks,
Chris
Quote Reply
Re: [cwschroeder] BUG? search substring In reply to
I have a feeling that this depends on the type of indexing that you are using. Are you using internal indexing?
Quote Reply
Re: [cwschroeder] BUG? search substring In reply to
Thanks, thats it, I used NOINDEX, I changed to INTERNAL and it works.

Chris
Thanks a lot for your help,
Christian