Re: simple web search

From: Joe <dev(at)freedomcircle(dot)net>
To: Louis-David Mitterrand <vindex+lists-pgsql-sql(at)apartia(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: simple web search
Date: 2007-02-23 18:31:14
Message-ID: 1172255474.736.1.camel@pampa
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello Louis-David,

On Fri, 2007-02-23 at 17:27 +0100, Louis-David Mitterrand wrote:
> I'm considering implementing a search box on my review web site
> http://lesculturelles.net and am looking for a simple way to match
> entered words against several columns on related tables: show.show_name,
> story.title, person.firtname, person.lastname, etc.
>
> What is the most elegant way to build a single query to match search
> words with multiple columns?

You may want to take a look at contrib/tsearch2.

Joe

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Louis-David Mitterrand 2007-02-23 18:34:52 Re: simple web search
Previous Message Oleg Bartunov 2007-02-23 18:30:40 Re: simple web search