-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ke_search:indexing: hidden_content specified twice #450
Comments
Hello folks, the error message related to the column seems to be random:
TYPO3 11.5.28 |
Unfortunately I could not reproduce the error. It seems that the "additionalFields" have been registered twice, which I could only enforce by duplicating the lines
in Do you have some custom code which extends ke_search and maybe adds that lines by accident? BTW: Please use https://github.com/tpwd/ke_search/issues for further issues because this issue tracker is not used anymore. |
I have one single occurrence in my project inside ext_localconf.php of my site package.
public function registerAdditionalFields(&$additionalFields): void
{
$additionalFields[] = 'breadcrumb';
} |
https://github.com/tpwd/ke_search/blob/v5.0.2/Classes/Indexer/IndexerRunner.php#L460
TYPO3 11.5.30
ke_search 5.0.2
The text was updated successfully, but these errors were encountered: