Re: [GENERAL] Full text search with plain input - Mailing list pgsql-general

From Havasvölgyi Ottó
Subject Re: [GENERAL] Full text search with plain input
Date
Msg-id CAOryeA0d1K=R70SrNzOMd=xzFdV2CQA8wx4PVASgA57P40y=EQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Full text search with plain input  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Full text search with plain input
Next
From: PT
Date:
Subject: Re: How to find the hits on the databases and tables in Postgres