Re: Intermedia search for "<"

From: Frank <fvanbortel_at_netscape.net>
Date: Wed, 05 Mar 2003 21:45:27 +0100
Message-ID: <3E6661E7.3060000_at_netscape.net>


Dave wrote:
> I'm trying to resolve an issue where CLOBS and LONGS contain a
> less-than sign. I need to find another occurrence of this to ensure
> that I'm correct, but can't find one. Does anyone know the correct
> sql for a fulltext search on "<"?
> I've tried all of the usual suspects:
>
> select * from abstracts_t where contains(abstract_text,'<') > 0;
> select * from abstracts_t where contains(abstract_text,'\<') > 0;
> etc etc
> None of which return any records (I know that at least one occurrence
> of abstract_text contains a <).
>
> It's as though it doesn't recognize the '<'. Any help would be
> tremendous. Thanks in advance.
>
> Dave F.

Is '<' in your stoplist? Won't be indexed, then

-- 
Regards, Frank van Bortel
Received on Wed Mar 05 2003 - 21:45:27 CET

Original text of this message