normalize_search_query
Description:
Virtual method to normalize the search string
Scope can override this method to specify custom normalization of the search query. Normalized search query is usually stripped of whitespace and lowercased. The default implementation doesn't modify the search string in any way.