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

# What this pr does With TYPO3 v11.5 the API to create a siteHash doesn't work anymore: > Uncaught TYPO3 Exception: #1425381442: Invalid target for "EXT:solr/Classes/Eid/Api.php", as it is not...

**Describe the bug** As soon ext:solr is installed and enabled in the TYPO3 system, the TYPO3 core functionality breaks. After saving a page record with fe_group value "-2" (show page...

**Describe the bug** When using `pdo_mysql` values of integer columns are not of type integer in PHP, therefore values from such columns must be casted to integer. **To Reproduce** Steps...

**Describe the bug** Default translation of page stays in solr index if "hide default translation" of l18n_cfg is activated. **To Reproduce** Steps to reproduce the behavior: 1. Add a page...

Fixes Uncaught TYPO3 Exception when a page with uid 0 is handed to the solr handlePageUpdate function. Ports: #3338

Fixes Uncaught TYPO3 Exception when a page with uid 0 is handed to the solr handlePageUpdate function. Ports: #3338

# What this pr does Fixes `Uncaught TYPO3 Exception` when a page with uid `0` is handed to the solr `handlePageUpdate` function. # How to test There are edge cases...

Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background: Superflous logging 'Could not resolve...

Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background: Superflous logging 'Could not resolve...

# What this pr does Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background:...