monogame.github.io icon indicating copy to clipboard operation
monogame.github.io copied to clipboard

Add multi-tag filtering on Resources page

Open tomspilman opened this issue 10 months ago • 1 comments

We have a bunch of tags on the Resources page:

Image

Currently you can filter by a single tag. This is ok for now, but i expect eventually we'll need more complex "searches" for resources.

To get a more complex search using tags, multi-tag filtering would help.

We would have to work out the details of how you multi-select them. Toggle them on/off? Shift+click?

tomspilman avatar Feb 20 '25 14:02 tomspilman

I have made an attempt to do this on #238 if anyone wants to check it out or provide feedback. I implemented it using Shift+Click with a button for Clearing All. The current iteration allows for falling back to the route based filtering, but defaults to the new multi-tag filtering when you first land on the /resources page if nothing else is at the end of the link (like /resources/2d/).

JakeLegendXIII avatar Aug 14 '25 23:08 JakeLegendXIII