Skip to content
Discussion options

You must be logged in to vote

I don't see the problem, it seems to work as expected. The tag returned by the API is:

other:already uploaded

So the rule should be:

-other:already uploaded

other: is a namespace on par with female: and I don't feel like treating it differently.
However, due to the fact that the rules are applied sequentially to every tag, there is a small undocumented trick you can use if you want to treat other: like a "virtual" namespace:

~other
-already uploaded

This sequence of rules will strip the namespace (from all the tags with that namespace) and then it will remove the tag so you won't have to write:

-other:already uploaded
-already uploaded

The same goes for the substitution. You can't write t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Difegue
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #582 on March 04, 2022 22:30.