← Back to team overview

openerp-expert-framework team mailing list archive

[Bug 553133] Re: Search with accents

 

On 03/20/2012 09:01 AM, Numérigraphe wrote:
> Hasn't this been fixed recently?

You're right, support for the 'unaccent' module of Postgres was added in
6.1 at revision [1] and can be turned on with the --unaccent startup
parameter. Thanks for spotting it!

[1] server rev. 3642 rev-id:
odo@xxxxxxxxxxx-20110922140856-p8q0ib1lirgv1g02

** Changed in: openobject-server
       Status: Triaged => Fix Released

** Changed in: openobject-server
    Milestone: None => 6.1

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/553133

Title:
  Search with accents

Status in OpenERP Server:
  Fix Released

Bug description:
  Scenario:
  - All users using french language

  1. Searching for a resource with translation
  - Creation of a product named "test A" (product.template.name = ir.translation.value = "test A")
  - Writing the name as "test B" (ir.translation.value = "test B")
  - Search for products those name contains 'A'
       => returns "test B" (SELECT name FROM product template WHERE name ILIKE '%A%')

  2. Searching for a resource conaining accents
  - Trying to find a product named "Bouchée à la reine"
  - Search "Bouchee a la reine" returns nothing

  
  => Both BUGs fixed with a patch. Please patch osv/expression.py as soon as possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/553133/+subscriptions