ext-solr
ext-solr copied to clipboard
A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for deta...
**What should be done in the scope of this task?** The test-cases for last searches must be finalized. Todo: - [ ] Finalize `Integration\Controller\SearchControllerTest::canShowLastSearchesFromSessionInResponse()` Note: The feature works as expected,...
Currently every options facet is rendered as link. In some projects you need a different rendering where the option should look like a checkbox. We should add a default partials...
**Describe the bug** In a nested relation where the 2nd level relation is an n:m relation the wrong items get indexed when using cObject `SOLR_RELATION`. As far as I can...
TYPO3 9 has reached the ELTS stage, therefore the EXT:solr release-11.0.x will not be maintained in this repository any more. The maintenance and builds will be moved to other place....
**Describe the bug** Since TYPO3 has integrated its own EventDispatcher and EventListenerProvider, the plugin "PostBigRequest" no longer has any effect. Problem is, that in the plugin itself in the "initPluginType"...
Ext Solr Version: 7.5.2 TYPO3 Version: 8.7.18 Scheduler is started using CLI dispatcher with an absolute path on the server. Problem: Consecutive tasks will use wrong $_SERVER variables which causes...
**What should be done in the scope of this task?** See: Row "latest" on https://github.com/TYPO3-Solr/ext-solr/issues/2766#issuecomment-954757895 that line MUST be changed.
**Describe the bug** A 400 ("Bad request") response from solr doesn't seem to be handled as an error but leads to the indexing queue being stuck at where it's at....
Version: 8.1.2 When trying to add more complex filter rules to the FlexForm filter section, all values are quoted which prevents them to work. **Examples:** Works: ![screenshot 2018-10-09 at 11...
**Describe the bug** In TYPO3 10 the page type is fetched from the route configuration if given and falls back to the `type` parameter only if the url doesn't contain...