Re: Full-text searching and/or word indexing

Поиск
Список
Период
Сортировка
От D. Duccini
Тема Re: Full-text searching and/or word indexing
Дата
Msg-id Pine.GSO.4.03.10006260304370.28200-100000@ra.bpsi.net
обсуждение исходный текст
Ответ на Full-text searching and/or word indexing  (Thomas Weholt <Thomas@cintra.no>)
Список pgsql-novice
i assume that you're going to know the column name you're searching on

in which case, just use the regular expression ~*

ie:

select title from movies where title ~* 'alien';

-duck

On Mon, 26 Jun 2000, Thomas Weholt wrote:

> 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
>


-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------



В списке pgsql-novice по дате отправления:

Предыдущее
От: Thomas Weholt
Дата:
Сообщение: Full-text searching and/or word indexing
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: [GENERAL] FATAL 1: Database dbname=template1 does not exist in pg_database