Partial substrings in FTS

Поиск
Список
Период
Сортировка
От A J
Тема Partial substrings in FTS
Дата
Msg-id 1335201010.30117.YahooMailNeo@web161501.mail.bf1.yahoo.com
обсуждение исходный текст
Ответы Re: Partial substrings in FTS  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Partial substrings in FTS  (Jesper Krogh <jesper@krogh.cc>)
Список pgsql-admin
In FTS, how do I search for partial substrings that don't form a English word.
Example, in the text: 'one hundred thirty four'  I want to find the records based on 'hun'

SELECT to_tsvector('one hundred thirty four') @@ to_tsquery('hun');
does not return anything.

Thanks.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Greg Caulton
Дата:
Сообщение:
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Partial substrings in FTS