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

From: wbrana(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6654: Full text search doesn't find europe
Date: 2012-05-21 17:26:38
Message-ID: E1SWWNS-0007oz-0L@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6654
Logged by: wbrana
Email address: wbrana(at)gmail(dot)com
PostgreSQL version: 9.1.3
Operating system: Linux
Description:

CREATE INDEX idx_post_text ON posts USING gin
(to_tsvector('english'::regconfig, post_text::text))
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"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message gloria_evelis 2012-05-21 17:50:24 BUG #6655: restore backup
Previous Message axw-sk 2012-05-21 10:45:50 BUG #6653: Service does not start in standby-mode