Ingo Renner

Results 7 issues of Ingo Renner

When records are updated through Extbase they are not detected by the record monitor as these changes do not go through TCEmain. Use signals in Extbase repositories to detect these...

feature
Codesprint 8/2016
Complexity: medium
Complexity: hard

PR #139 introduced index time synonym expansion to fix a change in behavior introduced by moving to managed synonyms. The issue is fixed in Solr 5.2 (https://issues.apache.org/jira/browse/SOLR-6878). Once we upgrade...

enhancement
Priority: Medium

Allow to manually or regularly update the meta data from the backend. Should allow to set the same options as are available for CLI.

enhancement

Only import packages/modules for the used framework. i.e. when using fastify, don't load modules from hapi. Might have to explicitly define the framework or implicitly try to detect it.

Butter client use AbortSignal.any(), but that is not available prior to Safari/iOS v17.4 / March 2024. This results in api requests failing and content not loading. Please implement a polyfill...