Re: [GENERAL] Full text search with plain input

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

2018-05-05 3:12 GMT+02:00 David G. Johnston <david.g.johnston@gmail.com>:
On Friday, May 4, 2018, Havasvölgyi Ottó <havasvolgyi.otto@gmail.com> wrote:

Now I am thinking about splitting the input text myself to terms, then searching and ranking  the documents for each term.

Maybe do: replace(input_text, ' ', ' | ')

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Full text search with plain input
Следующее
От: PT
Дата:
Сообщение: Re: How to find the hits on the databases and tables in Postgres