For my site navigation I link into Collections and filter product categories using tags, e.g.
domain.tls/collections/tools/hammers where hammers is a tag
However, the filters bar then disappears and user cannot filter by any of the defined filter options
In my main-collection.liquid I see that has_filters == false when filtering a collection by tags. Forcing it to true has no effect (does not display filters).
How can I display filters on a collection already filtered by tags?
