BUG #13478: Simple dictionary does not check for stopwords

From: john(dot)grant(at)suncast(dot)co(dot)uk
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13478: Simple dictionary does not check for stopwords
Date: 2015-06-30 11:15:04
Message-ID: 20150630111504.1645.57393@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: 13478
Logged by: John Grant
Email address: john(dot)grant(at)suncast(dot)co(dot)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}

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message dabraham 2015-06-30 14:07:34 BUG #13479: Doc contains dead link
Previous Message schmidt 2015-06-30 07:57:44 BUG #13477: cant parse json into complex type