Skip to content
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

[BUGFIX] Correct typo in searchResultClassName configuration key #4226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

beardcoder
Copy link
Contributor

@beardcoder beardcoder commented Nov 21, 2024

Resolves: #4225

Copy link
Collaborator

@dkd-kaehm dkd-kaehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please search and replace all occurrences of that string:
E.g.:

ext-solr/ext_localconf.php

Lines 146 to 148 in 0c0f2b9

if (!isset($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['searchResultClassName '])) {
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['searchResultClassName '] = SearchResult::class;
}

@dkd-kaehm
Copy link
Collaborator

@beardcoder
Thanks for fixing that issue. Please prepend the title of commit with !!!
also !!![BUGFIX] Correct typo in searchResultClassName configuration key #4226 , to mark it as breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Fix Typo in searchResultClassName Configuration Key
2 participants