Re: Text Search

From: Paul McGarry <PaulM(at)opentec(dot)com(dot)au>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Text Search
Date: 2001-08-12 22:49:01
Message-ID: F3FC09F8BCF8D411B73B00D0B7BD06E60F7061@otnrnsx1.opentec.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Greg,

> I want to set up a way to search through the table using keyword
> searches on the reviews. What is the best way to approach this? Any help
> would be welcome.

Take a look at /contrib/fulltextindex/README.fti in the source package.
I use that fulltextindex add on to do something similar to what
you are doing and it works quite nicely.

--
Paul McGarry mailto:paulm(at)opentec(dot)com(dot)au
Systems Integrator http://www.opentec.com.au
Opentec Pty Ltd http://www.iebusiness.com.au
6 Lyon Park Road Phone: (02) 9870 4718
North Ryde NSW 2113 Fax: (02) 9878 1755
--------------------------------------------------------------------
This document and any attachments are intended solely for
the named addressee(s), are confidential, and may be subject to
legal professional privilege. Please notify us (on +61-2 9878 1744)
as soon as possible if you have received this document in error.
Any confidentiality or privilege is not waived or lost because this
email has been sent to you by mistake. This document and any
attachments are subject to copyright. No part of them should be
reproduced or distributed by any means whatsoever without the
prior consent of the copyright owner. Opentec does not warrant
that this email and any attachments are error or virus free.
--------------------------------------------------------------------

Browse pgsql-novice by date

  From Date Subject
Next Message macky 2001-08-13 09:38:37 Arithmetic operation on DATE
Previous Message D. Duccini 2001-08-11 14:16:56 Re: Text Search