Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Builder syntax question #1

Open
jtbratcher opened this issue Oct 23, 2024 · 1 comment
Open

Query Builder syntax question #1

jtbratcher opened this issue Oct 23, 2024 · 1 comment

Comments

@jtbratcher
Copy link

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?

@romalytvynenko
Copy link
Member

@jtbratcher can you share some screenshots please so I understand the issue better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants