Re: full text searching

From: Gunnar R|nning <gunnar(at)candleweb(dot)no>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: "Culley Harrelson" <culleyharrelson(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: full text searching
Date: 2001-02-06 13:29:33
Message-ID: x6wvb4rlc2.fsf@thor.candleweb.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Mitch Vincent" <mitch(at)venux(dot)net> writes:

> -- Isn't going to catch anything but the literal string "woman".. (it's case
> sensitive too, mind you)
>
> SELECT * from people WHERE whatever LIKE 'wom%n';
>
> -- Should check either.

Well you wouldn't want to start building these kind of rules in your
application - better to have them in the search engine. The fulltextindex
in the contrib package does of course not offer anything like this, it
would be nice to see a third party addon provide fulltext capabilities for
Postgresql.

regards,

Gunnar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2001-02-06 13:46:04 Re: Foreign Keys
Previous Message benoit.le-dizes@voila.fr 2001-02-06 13:09:10 installation

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-02-06 14:02:49 Re: AW: timestamp in pg_dump
Previous Message Michael Ansley 2001-02-06 13:16:06 RE: PL/PGSQL function with parameters