[FEATURE] Add a filter plugin that combines category and tag #315
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello TYPO3GmbH,
this is a new plugin that I created for some project, it combines one Category and one Tag (both optional) into a filter object (interface PostFilter) that is used as query constraints to fetch all matching blogs and listing them.
I created a generic controller action that could handle other kinds of PostFilter implementations, too, the CategoryTag filter being its first implementation.
Fluid template is close to existing layouts and reusing available classes where possible. It renders both categories/tags as horizontal lists, with the current selected one(s) having an "active" class added.
I propose to add this plugin to a 13.1.0 minor feature version. Feel free to ask for things you want to have changed, I'd really like to have this feature added to the official blog extension and not just any other fork!
Kind regards,
Sascha Ternes
Die Medialen GmbH