Re: [GENERAL] Full text search with plain input

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Havasvölgyi Ottó <havasvolgyi(dot)otto(at)gmail(dot)com>
Cc: Pg - General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Full text search with plain input
Date: 2018-05-05 01:12:46
Message-ID: CAKFQuwZtE93BvDRo35Oim0OYQbPiaYCYnkRmLtV5PGrxTmeb=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday, May 4, 2018, Havasvölgyi Ottó <havasvolgyi(dot)otto(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Havasvölgyi Ottó 2018-05-05 01:57:24 Re: [GENERAL] Full text search with plain input
Previous Message Havasvölgyi Ottó 2018-05-05 00:46:28 Re: [GENERAL] Full text search with plain input