Searching for symbols with tsearch - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Searching for symbols with tsearch
Date
Msg-id 043d01c30e17$3e8f20f0$6500a8c0@fhp.internal
Whole thread Raw
Responses Re: Searching for symbols with tsearch  (Hannu Krosing <hannu@tm.ee>)
Re: Searching for symbols with tsearch  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Changing the default configuration
Next
From: Hannu Krosing
Date:
Subject: Re: Searching for symbols with tsearch