terminatooor
terminatooor copied to clipboard
Query parameters encoding ?
When searching a value that has accents, the query doesn't find it.
Ex:
category_ids = ProductCategory.search(['name','=','Institución'])
After an RPC debug i saw this encoded value:
Instituci\xf3n
I tried with this value too but nothing changed.