Open
Description
I'm trying to find a way to specify the source group specifically when an export is happening. We add additional columns in the export by adding those to the default group. But this increases the amount of data being queried from the database even though those columns are not being used on the actual page, only when it's being exported. And our page load time is getting a big hit because of this.
Is there a way to identify the request is an export before the need to initialize the Source to be able to specify 'export' as the group instead of 'default' or any other custom one ? Or any other way to switch groups for exporting ?
(Running 2.2.1)