Filtering by tag value does not work as expected, e.g.: ``` *[_type == "post" && "featured" in tags[].value] ``` But doing the same with label does work, although I'd prefer to use value. ``` *[_type == "post" && "Featured" in tags[].label] ```
Filtering by tag value does not work as expected, e.g.:
But doing the same with label does work, although I'd prefer to use value.