Index: typo3/sysext/sys_action/task/class.tx_sysaction_task.php =================================================================== --- typo3/sysext/sys_action/task/class.tx_sysaction_task.php (revision 8852) +++ typo3/sysext/sys_action/task/class.tx_sysaction_task.php (revision ) @@ -805,6 +805,9 @@ $fullsearch->noDownloadB = 1; $type = $sql_query['qC']['search_query_makeQuery']; + if ($sql_query['qC']['labels_noprefix'] === 'on') { + $GLOBALS['SOBE']->MOD_SETTINGS['labels_noprefix'] = 'on'; + } $sqlQuery = $sql_query['qSelect']; $queryIsEmpty = FALSE;