Re: [GENERAL] Full text search with plain input

From: Havasvölgyi Ottó <havasvolgyi(dot)otto(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(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:57:24
Message-ID: CAOryeA0d1K=R70SrNzOMd=xzFdV2CQA8wx4PVASgA57P40y=EQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you David, I will do something similar.

2018-05-05 3:12 GMT+02:00 David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>:

> 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

Browse pgsql-general by date

  From Date Subject
Next Message PT 2018-05-05 11:03:22 Re: How to find the hits on the databases and tables in Postgres
Previous Message David G. Johnston 2018-05-05 01:12:46 Re: [GENERAL] Full text search with plain input