Hi all,
I wanted to learn if there is any out of box functionality for filtering based on multiple taxonomies. I was checking out this article from @pointyfar (great read btw ).
As far as I can tell when clicking on a taxonomy (at least in Docsy land) we get a list of every page containing that taxonomy term. There is also functionality to click and see βallβ with the unique values for that taxonomy. I was wondering if we can filter pages based on more than one taxonomy. Below is an image from the article that illustrates my query.
To my knowledge this functionality was not available in Hugo at the time of the article publishing in 2020, without using a go submodule- or relying on dynamic JavaScript.
I am not opposed to a Javascript implementation but would want to create pages for the filtered lists so I can have permalinks to multi filtered lists, as we would with single filters right now.
I do realize this is a more a theoretical question than a technical support request- but am wondering if combining gotemplate lang and javascript here would allow for permalinked and multi-filtered lists.