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
We would like to be able to filter short-link that do no include a given tag. This could either be via a negation character -tag or a new argument.
Use case
The app we are implementing provides a layer of access control around shlink functionality and entry listing, and we would like to hide certain short-links from a certain category of users. To indicate these short-links should be hidden, we add a hidden tag (though it could be anything). Using this we would like to filter out the entries on the shlink side.
For now we are doing this on the side of our app, but it does throw off the match count.
The text was updated successfully, but these errors were encountered:
Summary
We would like to be able to filter short-link that do no include a given tag. This could either be via a negation character
-tag
or a new argument.Use case
The app we are implementing provides a layer of access control around shlink functionality and entry listing, and we would like to hide certain short-links from a certain category of users. To indicate these short-links should be hidden, we add a
hidden
tag (though it could be anything). Using this we would like to filter out the entries on the shlink side.For now we are doing this on the side of our app, but it does throw off the match count.
The text was updated successfully, but these errors were encountered: