Skip to content

Query Builder syntax question #1

@jtbratcher

Description

@jtbratcher

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions