Searching for symbols with tsearch

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Cc: <oleg(at)sai(dot)msu(dot)su>
Subject: Searching for symbols with tsearch
Date: 2003-04-29 06:19:06
Message-ID: 043d01c30e17$3e8f20f0$6500a8c0@fhp.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2003-04-29 07:09:30 Re: Searching for symbols with tsearch
Previous Message Matthew T. O'Connor 2003-04-29 04:41:38 Re: [HACKERS] Changing the default configuration