Is your feature request related to a problem? Please describe.
Currently if I send multiple tags to query records I get records that contain all of the provided tags. I would like to be able to query records if they contain any of the tags provided.
Describe the solution you'd like
Add an filter mode that will let me select if tags should be filtered in AND or OR manner.
Describe alternatives you've considered
I have considered calling the query multiple times each time with single tag to get the same functionality but that is wasteful.
Additional context
Is your feature request related to a problem? Please describe.
Currently if I send multiple tags to query records I get records that contain all of the provided tags. I would like to be able to query records if they contain any of the tags provided.
Describe the solution you'd like
Add an filter mode that will let me select if tags should be filtered in AND or OR manner.
Describe alternatives you've considered
I have considered calling the query multiple times each time with single tag to get the same functionality but that is wasteful.
Additional context