Preparing full text search input for use in PostgreSQL 8.3

Поиск
Список
Период
Сортировка
От Rudolph
Тема Preparing full text search input for use in PostgreSQL 8.3
Дата
Msg-id 9bbc92ca-fda7-48da-b80d-eb0a073f0061@s37g2000prg.googlegroups.com
обсуждение исходный текст
Список pgsql-general
Hi,

It's nice that we have plainto_tsquery in addition to to_tsquery
because it's syntax is closer to what end users are used to (more like
Google search syntax with it's implicit "AND"). plainto_tsquery
however "cannot recognize either Boolean operators or weight
labels" (see: http://www.postgresql.org/docs/8.3/interactive/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES).
I wonder if anyone knows an open source project that created a piece
of code that parses any user input and converts it into proper query
syntax for to_tsquery (or returns an error message if no proper query
can be contructed).

Thanks!

Rudolph

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

Предыдущее
От: "David Wilson"
Дата:
Сообщение: select distinct and index usage
Следующее
От: "Guillaume Bog"
Дата:
Сообщение: Re: pl/pgsql RECORD data type, how to access to the values