Re: Boolean search

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Kim Kohen <kim(at)webguide(dot)com(dot)au>
Cc: postgres novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Boolean search
Date: 2005-03-31 16:52:05
Message-ID: 20050331165205.GA49190@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, Mar 31, 2005 at 09:59:01PM +1000, Kim Kohen wrote:
>
> I'm brand new to postgresql (2 weeks) and I'm trying to move a web/PHP
> application from MySQL. I've searched the PG8 docs and googled but can't
> seem to find anything which is the equivalent of a MySQL boolean search
> (forcing every word in a query to be present in the result row)

"Boolean search" is vague -- are you talking about what the MySQL
documentation refers to "boolean full-text search"? If so then
see the contrib/tsearch2 module.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Chris Jensen 2005-03-31 17:31:36 Re: rpm install issues - RHE3
Previous Message Michael Fuhr 2005-03-31 16:29:19 Re: how to ignore accents?