statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
32 stars 1 forks source link

Add support for taxonomy tag conditions on search:results tag #1199

Open lauritsen opened 4 months ago

lauritsen commented 4 months ago

Currently tag conditions only apply to the collections, taxonomy, and users tags (https://statamic.dev/conditions#overview).

{{ collection:articles taxonomy:tags:all="gaming|featured" }}

It would be great to have the same option on the search:results tag, specifically the taxonomy tag conditions.

{{ search:results index="articles" :taxonomy:article_types="set.types" taxonomy:tags:all="gaming|featured" }}