BUG #6654: Full text search doesn't find europe

Поиск
Список
Период
Сортировка
Искать
От
wbrana@gmail.com
Тема
BUG #6654: Full text search doesn't find europe
Дата
в 16:55:33
Msg-id
E1SWWNS-0007oz-0L@wrigleys.postgresql.org
Список
Дерево обсуждения
BUG #6654: Full text search doesn't find europe wbrana@gmail.com
Re: BUG #6654: Full text search doesn't find europe Andres Freund <andres@anarazel.de>
Re: BUG #6654: Full text search doesn't find europe Tom Lane <tgl@sss.pgh.pa.us>
The following bug has been logged on the website:

Bug reference:      6654
Logged by:          wbrana
Email address:      wbrana@gmail.com
PostgreSQL version: 9.1.3
Operating system:   Linux
Description:=20=20=20=20=20=20=20=20

CREATE INDEX idx_post_text ON posts USING gin
(to_tsvector('english'::regconfig, post_text::text))=20
select *  from v_search WHERE to_tsvector('english', post_text) @@ 'europe'
returns no rows, but
select *  from v_search WHERE to_tsvector('english', post_text) @@ 'japan'
returns row with "Japan and Europe"
В списке pgsql-bugs по дате отправления
От: gloria_evelis@hotmail.com
Дата:
Сообщение: BUG #6655: restore backup
От: ediven@edsiohio.com
Дата:
FAQ