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

Handle arrays of value in parameters #3

Open
aledt opened this issue Feb 25, 2024 · 0 comments
Open

Handle arrays of value in parameters #3

aledt opened this issue Feb 25, 2024 · 0 comments

Comments

@aledt
Copy link
Contributor

aledt commented Feb 25, 2024

We should look at how we support arrays of values.

For example, in the in param, does it makes sense to accept a list of parameters which are parsed as individual values?

So would the query string of value=in:item_a,item_b,item_c provide a filter object of:

in_=['item_a,item_b,item_c']

or

in_=['item_a','item_b','item_c']

I think this actually goes a bit to the question of how we handle OR and AND values since normally, a list of items in an object like this would be ANDed together?

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

1 participant