[ps-136] Moved normalizeSearchQuery method to Utils (#817)
* stripped off accented characters from search field for browser client
* moved normalization from component to search service
* fixed conflicts
* removed normalization from cipher component
* added comments to normalize method
* added comments to normalize method
* fixed bug with calling normalizeSearchQuery methid in pipeline function
* ran prettier
* moved normalization function to utils
* made normalization function a static function
* remove unused reference
// Remove accents/diacritics characters from text. This regex is equivalent to the Diacritic unicode property escape, i.e. it will match all diacritic characters.