BUG #13478: Simple dictionary does not check for stopwords - Mailing list pgsql-bugs

From john.grant@suncast.co.uk
Subject BUG #13478: Simple dictionary does not check for stopwords
Date
Msg-id 20150630111504.1645.57393@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13478: Simple dictionary does not check for stopwords
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13478
Logged by:          John Grant
Email address:      john.grant@suncast.co.uk
PostgreSQL version: 9.4.4
Operating system:   Ubuntu & Windows
Description:

COMMENT ON TEXT SEARCH DICTIONARY simple IS 'simple dictionary: just lower
case and check for stopword';

The following command should return {}:

SELECT ts_lexize('simple','The');

Instead it returns {the}

pgsql-bugs by date:

Previous
From: schmidt@dltmail.de
Date:
Subject: BUG #13477: cant parse json into complex type
Next
From: dabraham@sweatshop.org
Date:
Subject: BUG #13479: Doc contains dead link