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/