Rafael Kähm

Results 97 issues of Rafael Kähm

Due of BC 93029 in TYPO3 v. 11.0, which removes "deleted" column in "sys_refindex" table. The core_upgrader command can not be executed more than once. See: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.html Fixes: #7 Depends:...

By running the `coreupgrader:upgrade` multiple times, TYPO3 executes the upgrade wizards despite of `sys_registry` entries for that script, even without --force flag in command. Following happens on second run: ```...

This task contains all the sub task to get EXT:solr woking within TYPO3 11 LTS: **Note:** The compatibility to TYPO3 10 LTS MUST NOT be assured. - [x] Adapt namespaces...

**What should be done in the scope of this task?** Refactor following line: https://github.com/TYPO3-Solr/ext-solr/blob/ae73961e19ff72c3ffebbca595e7b1a0fd4bc682/Classes/Query/Modifier/Faceting.php#L243 This line may produce to many log entries if old search urls are used for example...

**Describe the bug** There is a infinite loop in `SearchResultSetService` method calls `search()->peformAutoCorrection()->getAutoCorrection()->search()->...` **To Reproduce** Steps to reproduce the behavior: 1. Add some synonym => synonym, same 2. Enable `plugin.tx_solr.search.spellchecking.searchUsingSpellCheckerSuggestion...

**What should be done in the scope of this task?** As an integrator I want to be able to define multiple indexing configurations for same table, to keep the configuration...

As an Integrator I want to use own Field processor implementation, to make it possible to define facets with logic not available in EXT:Solr. Currently its not possible to register...

Currently is it impossible to mark default(selected in plugins flex form or TypoScript) sorting as "used" in frontend, because the selected sorting option will be resolved from TYPO3-URL query parameter....

Depends on https://forge.typo3.org/issues/94872 See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70547 Fixes: #2756