evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

Include comma into the regex pattern of the preg_replace to prevent it from being deleted #47

Closed balatD closed 5 months ago

balatD commented 5 months ago

The preg_replace removes all commas from the search parameters thus the GeneralUtility:trimExplode() later in the function cannot properly separated the search keywords.