Actually, the issue would be that they're escaped twice, the `/` is output as `/` by I've no idea what, and / is then escaped by the list view to /.
Either way, this was fixed by revision [email protected] ** Changed in: openobject-addons Status: New => Fix Released -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1224948 Title: Wrong escaping in search view Status in OpenERP Addons (modules): Fix Released Bug description: In the search view, some characters are not escaped Step to reproduce: 1. Open Sales Order tree view 2. Type 'a' in the search view Observed result: Get suggestions for "Contract / Analytic" Expected result: Get suggestions for "Contract / Analytic" Reproducible on 7 and trunk Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1224948/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

