Feature #40689
openStory #82206: list module enhancements/bugfixes
Filter for list-view
0%
Description
In the list-view you can select to see only a certain record-type. But it's not possible to filter that view. It might help go go throw and check/edit records if you could select records to display in the list by applying certain criteria (all news-records which appear in a certain category, all non-hidden elements, ...). Maybe we should have some kind of filter-dialog for that like phpmyadmin has (list of fields, smaller/larger/equals/..., value - and that depending on field-type)?
Please note that we have several field-types, for example a multi-select. Dependent on type interface (and filter-query) would need to adjust.
Please also note that moving records up/down in the list-view needs to be taken into account as well. You can't just move an entry "up by one" like normal because when filtered users would expect to move that record by one row in the filtered table (there might be hidden rows inbetween). Another possibility might for the moment be to disable moving when a filtered view is used (and create a follow-up issue to fix that later).
Updated by Felix Kopp about 10 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Georg Ringer over 6 years ago
- Status changed from Accepted to Resolved
resolved with EXT:querybuilder https://extensions.typo3.org/extension/querybuilder/ therefore I am closing this issue.
Updated by Bernhard Eckl about 1 year ago
- Status changed from Closed to New
querybuilder seems not maintained anymore and is not compatible with current TYPO3 versions. Filtering for e.g. categories would still be a nice feature.