|
|
|
|
|
by genshii
296 days ago
|
|
I've been using it in a CLI tool [1] to query media in my *arr services. If you're talking about a query where you want "foo" to not be "evil" OR "silly", you could write 'foo != evil || foo != silly'. There's a separate case where the value itself is an array/collection/set, in which case doing anything with that is currently unsupported. Values can only be strings, numbers, or booleans. [1] https://github.com/adamhl8/inspectarr |
|