-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Specific search terms are throwing a SolrInternalServerErrorException #4286
Comments
I can reproduce this behavior. Testing the search term directly in the SOLR ui results in the following error:
So the reason for this problem is a Solr setting. In |
Wow, @derhansen thanks for analysis and solution. |
Describe the bug
If a user is typing some specific search terms in the solr query input, the page responses with an internal server error with type #1505989897 ApacheSolrForTypo3\Solr\System\Solr\SolrInternalServerErrorException.
The error gets thrown in apache-solr-for-typo3/solr/Classes/Search.php line 118
To Reproduce
Type the following search term into the search input field:
gemäß § 29 Abs. 1 EnWG i. V. m. § 6b Abs. 6 Sätze 1 und 2, Abs. 1 Satz 1 EnWG
In production mode, the common "Oops, an error occurred!" message appears.
Expected behavior
The solr service is responding with valid search results / no search results.
Used versions (please complete the following information):
The text was updated successfully, but these errors were encountered: