Getting only specific tags with get_tags() is useful when implementing a "class" of objects on top of tags.
Possible use cases:
Open questions:
- Is prefix match common enough in underlying storages that we can bake it into the API? Likely yes.
- Idem for case insensitive matching.
- Should we support both including and excluding tags from the start?
- Should we also return / sort by the number of resources with that tag?
Getting only specific tags with get_tags() is useful when implementing a "class" of objects on top of tags.
Possible use cases:
.plugin.myplugin.*)Open questions: