fts, compond words?

Поиск
Список
Период
Сортировка
От Marcus Engene
Тема fts, compond words?
Дата
Msg-id 4394271A.5040703@engene.se
обсуждение исходный текст
Ответы Re: fts, compond words?  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
Hi,

I use the tsearch full text search with pg 8.0.3. It works great, but I
wonder if it's possible to search for compound words?
Ie if I search for "New York" i want to get a match on
   New York has traffic problems.
but not on
   New axe murderer incident in brittish York.

Is this possible?

I don't use any wrapper, just
select
 ...
from
 ...
where
 idxfti @@ to_tsquery('default', 'searchstring')

Thanks,
Marcus


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: PG_exception_stack
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: fts, compond words?