Filtering in JsonField #1416
Unanswered
KobanBanan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know this question has been asked a lot but i struggle to implement json filtering
I have following list view
The current filtering work fine but suppose i want to filter agains JSON filed
I can't just put a social_media field in filterset_fields.
My questing is how to extend filtering behavior with following:
social_media__Tiktok=true
with keeping current filterset_fields object ? I tried following snippetand it did't work, it's always return the same result
Beta Was this translation helpful? Give feedback.
All reactions