BUG #6654: Full text search doesn't find europe - Mailing list pgsql-bugs

From wbrana@gmail.com
Subject BUG #6654: Full text search doesn't find europe
Date
Msg-id E1SWWNS-0007oz-0L@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6654: Full text search doesn't find europe  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
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 by date:

Previous
From: gloria_evelis@hotmail.com
Date:
Subject: BUG #6655: restore backup
Next
From: ediven@edsiohio.com
Date:
Subject: BUG #6657: Documentation bug for PQconnectdbParams