BUG #5104: tsearch parser mislead

From: "Herve LEFEBVRE" <herve(dot)lefebvre(at)bull(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5104: tsearch parser mislead
Date: 2009-10-08 08:06:10
Message-ID: 200910080806.n9886AC6010160@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5104
Logged by: Herve LEFEBVRE
Email address: herve(dot)lefebvre(at)bull(dot)net
PostgreSQL version: 8.3.8
Operating system: Linux Ubuntu 9.04
Description: tsearch parser mislead
Details:

The french opening and closing quotes ( char iso 00AB and 00BB ) are
considered by the parser as alpha chars rather than punctuation chars (and
so as space symbol).

So, for example, the text " «Bonjour!» is indexed as "«Bonjour" rather
than "bonjour"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Walter Mesz 2009-10-08 14:42:25 BUG #5105: "Select Into Strict" does not throw NO_DATA_FOUND
Previous Message Heikki Linnakangas 2009-10-08 04:47:25 Re: BUG #5101: Off-by-one error in bitncmp() in src/backend/utils/adt/network.c