odoo-rest-api icon indicating copy to clipboard operation
odoo-rest-api copied to clipboard

Filtering on phone numbers with a + prefix

Open dv8inpp opened this issue 2 years ago • 0 comments

I can filter on USERS_URL = 'http://192.168.1.231:8069/api/res.partner/?query={id, phone, name, company_id{name}}&filter=[["phone", "=", "12345678"]]'

but cant filter on USERS_URL = 'http://192.168.1.231:8069/api/res.partner/?query={id, phone, name, company_id{name}}&filter=[["phone", "=", "+12345678"]]'

Is this a bug or misuse of the filter function

dv8inpp avatar Apr 21 '22 11:04 dv8inpp