Opened 7 years ago
Last modified 7 years ago
#29088 closed Uncategorized
Fail to perform a json lookup field search using __in syntax — at Initial Version
Reported by: | Daniel Avelino | Owned by: | nobody |
---|---|---|---|
Component: | contrib.postgres | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm unable to perform a lookup at my database using in=[iterator] fields lookup using json notation.
My json syntax is:
{'riskin': '[High,Medium]'}
hoping to lookup a risk field (defined in my models.py) which holds High,Medium and Low values.
All other json searches are performed well. It is a bug or I fail to generate json string correctly?
Unfortunately, I couldn't find any documentation related to fieldin=[iterator] ->json field lookup to clarify.
Thank you very much
Note:
See TracTickets
for help on using tickets.