Re: BUG #11660: TSVector not returning partial match on word "out"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #11660: TSVector not returning partial match on word "out"
Дата
Msg-id 31595.1413209081@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #11660: TSVector not returning partial match on word "out"  (david.g.levy@gmail.com)
Список pgsql-bugs
david.g.levy@gmail.com writes:
> I'm guessing that "out" is some kind of internal reserved word - I can't
> find any documentation on this so submitting a bug until it can be
> clarified/specified behavior:

No, but it's listed in english.stop.  Feel free to make a custom
stopword list if you don't like that.

regression=# select to_tsquery('mon:*');
 to_tsquery
------------
 'mon':*
(1 row)

regression=# select to_tsquery('out:*');
NOTICE:  text-search query contains only stop words or doesn't contain lexemes, ignored
 to_tsquery
------------

(1 row)

            regards, tom lane

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

Предыдущее
От: david.g.levy@gmail.com
Дата:
Сообщение: BUG #11660: TSVector not returning partial match on word "out"
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #10680: LDAP bind password leaks to log on failed authentication