Full-text searching and/or word indexing - Mailing list pgsql-novice

From Thomas Weholt
Subject Full-text searching and/or word indexing
Date
Msg-id 01EEE08EC217D311B67400105AC8AB0E0888F4@ns1.cintra.no
Whole thread Raw
Responses Re: Full-text searching and/or word indexing  ("D. Duccini" <duccini@backpack.com>)
Re: Full-text searching and/or word indexing  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
List pgsql-novice
Hi,

I want to use full text searching on my PostgreSQL 7.0.2 database. Ok, to be
exact I want to somehow be able to type the word
alien and get a record set containing "Alien", "Alien 3" and "Alien
Resurection". ( "Aliens" could should also be returned but that would
probably take more time, so I`ll go with plain hits to begin with. )

How can this be done? If it`s not possible using just PostgreSQL, what is
the best tool for the job? ( I`m using Python and Zope for the rest of the
project, so if anybody has solutions using these tools that would be
perfect. )

Thomas

pgsql-novice by date:

Previous
From: Carsten Huettl
Date:
Subject: FATAL 1: Database dbname=template1 does not exist in pg_database
Next
From: "D. Duccini"
Date:
Subject: Re: Full-text searching and/or word indexing