Feature #105951
openFilter table by column value before csv download
0%
Description
I would like to export and download all fe_users that are filtered by a specific column, so for example all fe_users who are living in Germany or all users who are subscribed to a newsletter (checkbox). While it is possible to search for "Germany" for the country and then export those records, I cannot search for "newsletter:1" or just "1" as it would then select all searchable fields and search for "newsletter:1" or "1".
I can also not use the lowlevel search module as i can only build my query there but export is not implemented there :(
So the only way to export the data currently is via a third party extension or a database tool. In my opinion TYPO3 core should be able to provide this feature out of the box.
Updated by Garvin Hicking 25 days ago
- Category set to Backend User Interface
Yes. Ideally the record listing would get filters depending on TCA configuration, so this is more a matter of "filtering" here - the export of those records would then come naturally.
Quite a huge feature, but would be a great one, to not need creating custom backend modules for data filtering.