normalize_search_query


Description:

public virtual string normalize_search_query (string search_query)

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.