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...
**Describe the bug** If you have a record in the default language and translate it into a different language. Both get indexed fine. If you then hide only the translation,...
**Describe the bug** There are to many confusions about "/solr/" path segment for connection configurations. Current code base is inconsistent and should be refactored. The Site configuration has already split...
**Describe the bug** Some context: We have a frontend-disabled language (ID 0) and a translation (e.g. Italian ID 7) for a root page. In a document indexer (outsourced SysFolder) the...
Currently, the autocomplete does use jQuery for just doing a basic ajax call and processing the data. More and more websites don't need jQuery and use more state of the...
**Describe the bug** When you pass certain GET parameters as array, that creates TYPO3 error log entries like this: ``` Uncaught TYPO3 Exception: #1476107295: PHP Warning: trim() expects parameter 1...
**Describe the bug** preAddModifyDocuments is not executed in page indexing context **To Reproduce** Steps to reproduce the behavior: 1. use this hook in some ext_localconf.php `$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['IndexQueueIndexer']['preAddModifyDocuments'][] = \ACO\AcoBase\Hooks\Solr\Index\TypeFieldToCustomTypeFieldCopier::class;` 2. use...
**Describe the bug** I have a translated folder. Inside that folder I have news records that have been indexed into Solr. When deleting the translated folder, all contained records in...
**Is your feature request related to a problem? Please describe.** EXT:solr currently sets HTTP status 503 if the Solr server or core is not available, see SearchController->solrNotAvailableAction(). Since there are...
Hi, I experienced an error when installing the latest version of the solr extension on TYPO3 v10.4.20. As the symfony classes ship withTYPO3 AND with the solr extension, sometimes the...
Hi, I'm using version 9.0.2 with 10.1.41-MariaDB-0+deb9u1. I can't get rid of the following because the length of a field inside an index is limited in MariaDb: DROP INDEX `item_id`...