Filter fields with or operator in between the fields for rest api
8 views
Skip to first unread message
Abhineet Baranwal
unread,
Sep 4, 2019, 11:39:22 PM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-filter
When we pass fields in Meta class for custom filter then django-filter adds and in-between the fields .how to add or operator in between the fields.please explain with an example for rest api.