Is there a way to query tags using some operators like >
or <
? I was reading the query building documentation but I only see that operator being applied to the timestamp.
e.g. the use case is that we have a release number in a tag so I want to query all the events after a certain release
Thanks in advance for any suggestion and help