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

fix: allow fixed filters to use more options #59

Merged
merged 2 commits into from
Oct 19, 2021

Conversation

SparoHawk
Copy link
Contributor

@SparoHawk SparoHawk commented Oct 19, 2021

Description

This PR introduces a change in the way fixed filters are assembled.
By having the value be an array we can specify the logic operator we want to use.

Use example:

{
    "field": ["!", "value"]
}

This will tell the API to only return data where field is different (!) to value.

@SparoHawk SparoHawk merged commit 8075b53 into development Oct 19, 2021
@SparoHawk SparoHawk deleted the fix-fixed-filters-options branch October 19, 2021 01:31
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

Successfully merging this pull request may close these issues.

1 participant