Re: full text searching

Поиск
Список
Период
Сортировка
От Gunnar R|nning
Тема Re: full text searching
Дата
Msg-id x6wvb4rlc2.fsf@thor.candleweb.no
обсуждение исходный текст
Ответ на full text searching  (Culley Harrelson <culleyharrelson@yahoo.com>)
Список pgsql-general
"Mitch Vincent" <mitch@venux.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

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

Предыдущее
От: robertg@juggler.kalmar.nsgroup.net ()
Дата:
Сообщение: Re: postgres limitation
Следующее
От: microx_2000@yahoo.com
Дата:
Сообщение: startup Postgres on NT