ext-solr icon indicating copy to clipboard operation
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...

Results 296 ext-solr issues
Sort by recently updated
recently updated
newest added

TBD: Features: * #3007 by @ayacoo * #3019 by @FamousWolf

In the scope of this task we should fix the extensionscanner violations, to have a green report

Solr task saves absolut path inside tx_scheduler_task.serialized_task_object entries when a new solr task is created. This is not handy inside a development environment where absolute path to the temp folder...

**What should be done in the scope of this task?** It seems that the build take much more time with TYPO3 10. Especially in combination with php 7.2. the build...

**What should be done in the scope of this task?** Changes in Fluid require some adaptions in EXT:solr. These adapations should be done in the scope of that task

By not escaping filter values starting with double quotes you can define complex filter conditions also in request parameters. I needed this function for a project and thought it could...

needs feedback

It is already possible to set a limit on the variants but solr also supports a sort option for the "grouped" results. Would be a nice addition to have this...

**What should be done in the scope of this task?** As initial step, we've introduced the solarium PHP-API with EXT:solr 9. For backwards compatibility we've added ```ApacheSolrForTypo3\Solr\System\Solr\ResponseAdapter```. This behaves like...

help wanted

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

The function header already contains an integer. We could probably also adopt and use this. Code: https://github.com/TYPO3-Solr/ext-solr/blob/master/Classes/IndexQueue/PageIndexerDocumentsModifier.php#L47 Hint: Small change, but would be breaking!