Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

Improve highlighting when search match is surrounded with spaces #89

Open BenceSzalai opened 4 years ago

BenceSzalai commented 4 years ago

Fix: AdvSearch::addHighlighting() preg_replace highlighted spaces around the search terms, if happened to be there. Now it only highlights the exact search term, whitespaces are not highlighted.