Closed azuline closed 6 months ago
MetadataMatcher(tags=["descriptor"], pattern=MatcherPattern(f"^{descriptor_name}$")),
should be able to do something like
Matcher(["descriptor"], descriptor_name, strict=True)
should be able to do something like