You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you pass certain GET parameters as array, that creates TYPO3 error log entries like this:
Uncaught TYPO3 Exception: #1476107295: PHP Warning: trim() expects parameter 1 to be string, array given in /path/private/typo3conf/ext/solr/Classes/Domain/Search/SearchRequest.php line 562
Describe the bug
When you pass certain GET parameters as array, that creates TYPO3 error log entries like this:
To Reproduce
https://www.example.com/search/?search[filter][0][]=type:News&search[q][]=nhsi4k1z
Expected behavior
Parameters should be validated and handled gracefully instead of triggering PHP Warnings which lead to TYPO3 Exceptions.
The text was updated successfully, but these errors were encountered: