Re: [BUGS] BUG #6654: Full text search doesn't find europe

2012-05-21 Thread Tom Lane
Andres Freund writes: > On Monday, May 21, 2012 07:26:38 PM wbr...@gmail.com wrote: >> 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 >> sel

Re: [BUGS] BUG #6654: Full text search doesn't find europe

2012-05-21 Thread Andres Freund
On Monday, May 21, 2012 07:26:38 PM wbr...@gmail.com wrote: > The following bug has been logged on the website: > > Bug reference: 6654 > Logged by: wbrana > Email address: wbr...@gmail.com > PostgreSQL version: 9.1.3 > Operating system: Linux > Description: > > CREATE INDEX

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

2012-05-21 Thread wbrana
The following bug has been logged on the website: Bug reference: 6654 Logged by: wbrana Email address: wbr...@gmail.com PostgreSQL version: 9.1.3 Operating system: Linux Description: CREATE INDEX idx_post_text ON posts USING gin (to_tsvector('english'::regconfig, post