← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 553133] Re: Search with accents

 

** Changed in: openobject-server
   Importance: Medium => Wishlist

** Changed in: openobject-server
       Status: In Progress => Triaged

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/553133

Title:
  Search with accents

Status in OpenObject Server:
  Triaged

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