Re: Searching for symbols with tsearch - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Searching for symbols with tsearch
Date
Msg-id 3EAE9D18.7030700@sigaev.ru
Whole thread Raw
In response to Searching for symbols with tsearch  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
Add to dictionary code which remove (TM), (C) or (R) sign at the end of lexeme 
and then do usial processing.


Christopher Kings-Lynne wrote:
> Hi Guys,
> 
> I'm working with tsearch, but there's a problem with words with trailing TM
> symbol or (C) symbol.  Tsearch will not stem these words, hence they are
> unsearchable.
> 
> Eg:
> 
> 6 Under 6 Salads (no dressing): Veggie DeliteT
> 
> Is indexed as:
> 
> '6' 'dress' 'salad' 'veggi' 'deliteT'
> 
> Where it really should be indexed as:
> 
> '6' 'dress' 'salad' 'veggi' 'delit'
> 
> Anything I can do about this?
> 
> Chris
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

-- 
Teodor Sigaev                                  E-mail: teodor@sigaev.ru



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with COPY on RedHat 8 with PostgreSQL 7.3.2
Next
From: Sailesh Krishnamurthy
Date:
Subject: Re: