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...
Third release candidate of 11.5.0 for TYPO3 11 LTS Huge improvements: * TYPO3 11 LTS compatibility * Improved data update handling Known issues: * [BUG] IMAGES in indexer configurations handled...
**Describe the bug** \ApacheSolrForTypo3\Solr\FrontendEnvironment\Tsfe -> getPidToUseForTsfeInitialization() runs into an infinite recursion loop if the root page is a sysfolder with a ts template, resulting in a Fatal Error due to...
Hi, I have a problem indexing pages in Backend. Indexing of news is working. TYPO3 11.5.12 PHP 8.1 (too high? It worked with PHP 8.0 on DEV Server ) `1311080805:...
**Is your feature request related to a problem? Please describe.** We have a news configuration, where the news for every language are stored in separate directories. For this we have...
**Describe the bug** We found a major bug which breaks working with the TYPO3 backend. When you edit pages or add/edit records on pages that have `l18n_cfg` (`Hide default language...
**Describe the bug** Using the setting `search.query.allowedSites = __all` in a multi-site setup with many sites makes the search response and the auto-suggest very, very slow. I have 1 TYPO3...
At first: this is mostly an configuration issue, but very hard to debug. If you have a wrong value of 0 in the is_rootpage field of the translated rootpage, it...
# What this pr does Fixes very slow response when search.query.allowedSites = __all, esp. on multi-site installations. # How to test Add a couple of extra sites with their own...
While trying to find the reason for the bug #3246 I found another bug in the standardized https://github.com/TYPO3-Solr/solr-ddev-site setup (main branch). Steps to reproduce: 1) Set `l18n_cfg = 1` on...
**Describe the bug** While the function removes restriction from the QueryBuilder on each call, it does neither reset the QueryParts nor does it use a placeholder upon creating named parameters....