Searching for symbols with tsearch

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Searching for symbols with tsearch
Дата
Msg-id 043d01c30e17$3e8f20f0$6500a8c0@fhp.internal
обсуждение исходный текст
Ответы Re: Searching for symbols with tsearch
Re: Searching for symbols with tsearch
Список 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 по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Changing the default configuration
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Searching for symbols with tsearch