Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Anton_P] Search.cgi bug?

Quote Reply
Re: [Anton_P] Search.cgi bug? In reply to
Hi,

We will fix up the lower case issue.

The substring is like that by design. Substring only does right substring matches, so gram matches gram*. This is because it uses an SQL index to look up it's results, and you can't use an index if your query is '%gram%', only 'gram%'.

As mentioned in email, the regular search won't work as Oracle can not do '%term%' on text (clob) fields. I'd be happy to work with you to create an interface to use Oracle's full text indexing if you are familiar with it.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Search.cgi bug? Anton_P 2450 Sep 21, 2001, 5:12 AM
Post Re: [Anton_P] Search.cgi bug?
Paul 2372 Sep 21, 2001, 5:42 AM
Thread Re: [Anton_P] Search.cgi bug?
Alex 2323 Sep 22, 2001, 1:02 PM
Thread Re: [Alex] Search.cgi bug?
Anton_P 2324 Sep 23, 2001, 9:48 PM
Post Re: [Anton_P] Search.cgi bug?
Anton_P 2302 Sep 23, 2001, 11:37 PM
Post Re: [Anton_P] Search.cgi bug?
Alex 2275 Sep 25, 2001, 12:59 PM