-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have custom user fields, so I need to be able to search those fields independently. I have Query Builder set up to achieve this using a custom filter. Testing this in Postman, it works correctly (I'm passing ?filter[custom_user_fields][field_name]=value to the endpoint). However, if I enter [field_name]=value in the filter[custom_user_fields] input in the Query Builder interface in the generated docs it doesn't work. Looks at the code section below its doing this ?filter%5Bcustom_user_fields%5D=%5Bfield_name%5D%3Dvalue instead. Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels