Is there a way to filter products by tags?

Is there a way to filter products by specific tags?

Please be more specific, where exactly? Using the Storefront API? Admin API?

Specifically, I’m talking about @shopify/shop-minis-react, but whatever runs on the frontend is good enough for me.

Please see this thread → Filtering in Non-Search Hooks - #2 by Quique-Shopify

We support all these filters in the useProductSearch hook. See our docs for more detailed info.

There’s no “tags” option there in ProductFilters.

Correct, only the filters listed in the above command

I know it’s early days for this iteration of Shop Minis, but I’ve got to express how difficult it is to develop for any use case beyond apparel with this particular set of filter options. Also, I’m having trouble finding the filters documentation shown in that screenshot at the link provided in the message.

You have to click the “UseProductSearchParams” and the “ProductFilters” text access the dropdowns with the actual type info.

Ah, thank you. Had missed it on previous visits to the documentation.

For any Shopify engineering folks floating around, a bit more of a design affordance than just the underlined link to indicate additional information is available on-click might be helpful.