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

From David G. Johnston
Subject Re: [GENERAL] Full text search with plain input
Date
Msg-id CAKFQuwZtE93BvDRo35Oim0OYQbPiaYCYnkRmLtV5PGrxTmeb=Q@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Full text search with plain input  (Havasvölgyi Ottó <havasvolgyi.otto@gmail.com>)
Responses Re: [GENERAL] Full text search with plain input
List pgsql-general
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: Havasvölgyi Ottó
Date:
Subject: Re: [GENERAL] Full text search with plain input
Next
From: Havasvölgyi Ottó
Date:
Subject: Re: [GENERAL] Full text search with plain input