We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What should be done in the scope of this task?
List of all Signals to replace with events:
beforeIndexItems
beforeIndexItem
afterIndexItem
afterIndexItems
resultsAction (in \ApacheSolrForTypo3\Solr\Controller\SearchController::resultsAction)
resultsAction
\ApacheSolrForTypo3\Solr\Controller\SearchController::resultsAction
formAction (in \ApacheSolrForTypo3\Solr\Controller\SearchController::formAction)
formAction
\ApacheSolrForTypo3\Solr\Controller\SearchController::formAction
frequentlySearchedAction (in \ApacheSolrForTypo3\Solr\Controller\SearchController::frequentlySearchedAction)
frequentlySearchedAction
\ApacheSolrForTypo3\Solr\Controller\SearchController::frequentlySearchedAction
optionsParsed (in \ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\Options\OptionsFacetParser::parse)
optionsParsed
\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\Options\OptionsFacetParser::parse
added by [FEATURE] Add signal before search in SearchController::resultsAction #3387
The text was updated successfully, but these errors were encountered:
!!![TASK] Replace signal-slot with event dispatcher
35e6bee
The signal-slot technology was deprecated and now replaced threw the EventDispatcher. Resolves: TYPO3-Solr#3437
57a36ba
3l73
Successfully merging a pull request may close this issue.
What should be done in the scope of this task?
List of all Signals to replace with events:
beforeIndexItems
beforeIndexItem
afterIndexItem
afterIndexItems
resultsAction
(in\ApacheSolrForTypo3\Solr\Controller\SearchController::resultsAction
)formAction
(in\ApacheSolrForTypo3\Solr\Controller\SearchController::formAction
)frequentlySearchedAction
(in\ApacheSolrForTypo3\Solr\Controller\SearchController::frequentlySearchedAction
)optionsParsed
(in\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\Options\OptionsFacetParser::parse
)added by [FEATURE] Add signal before search in SearchController::resultsAction #3387
The text was updated successfully, but these errors were encountered: