You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: