Re: multi-word expression full-text searching

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: "\"Fco(dot) Mario Barcala\" Rodríguez" <lbarcala(at)freeresearch(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: multi-word expression full-text searching
Date: 2008-06-30 17:08:55
Message-ID: 48691327.2080000@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


SELECT id FROM document WHERE to_tsvector('english',text) @@
plainto_tsquery('english','despite this');
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pierre Thibaudeau 2008-06-30 17:33:21 Re: tsearch strategy for incremental search
Previous Message Merlin Moncure 2008-06-30 16:24:24 Re: Advice Wanted on Selecting Multi-row Data Requests in 10-Row Blocks