-
-
Notifications
You must be signed in to change notification settings - Fork 927
Open
Labels
Description
Why do we need this improvement?
Currently, the blog page allows filtering by only one tag, author, or type at a time. This limits users from narrowing down content efficiently, especially when they want to explore a combination of topics or authors.
How will this change help?
It will enhance user experience by enabling more granular content discovery. For example, users could view all blog posts related to both "Open Source" and "Schema Validation" or see posts by multiple authors in a single view.
Screenshots
No response
How could it be implemented/designed?
- Update the filtering component to allow multi-select inputs for tags, authors, and types.
- Refactor filtering logic to handle multiple criteria.
- Update UI indicators to reflect selected filters with options to remove individual selections.
🚧 Breaking changes
No
👀 Have you checked for similar open issues?
- I checked and didn't find a similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue?
Yes I am willing to submit a PR!