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
If you'd want to filter to a subset of multiple values for a single key you'd currently have to perform multiple queries. Or a single larger query filtering the results afterwards.
Preferrably we would allow multiple values to be passed in and to be used during the globbing.
Example
For example allowing a tuple to be passed in as value. Here I'm filtering the family key to only allow model or rig in the subset.
Goal
If you'd want to filter to a subset of multiple values for a single key you'd currently have to perform multiple queries. Or a single larger query filtering the results afterwards.
Preferrably we would allow multiple values to be passed in and to be used during the globbing.
Example
For example allowing a tuple to be passed in as value. Here I'm filtering the family key to only allow
model
orrig
in the subset.This would similarly be of interest (or even more be of interest?) to
exclude
as proposed in #5.The text was updated successfully, but these errors were encountered: