[GENERAL] Full text search with plain input

Поиск
Список
Период
Сортировка
От Havasvölgyi Ottó
Тема [GENERAL] Full text search with plain input
Дата
Msg-id CAOryeA1hRL7HE5i4P262nHE-VS8MZFUfCMFvRaz6QuPSQCpAxQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] Full text search with plain input  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Hi,

I would like to use PostgreSQL's FTS functionality.
The user would enter a search text, one or more words.
There is a suitable plainto_tsquery()  function, but it's to strict. It only matches if all words match. What is the best practice to make this kind of search more "forgiving", so that it matches (with less rank) even if one of its words match ?

Thanks,
Otto

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Known Bugs on Postgres 9.5
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Full text search with plain input