searchNormalized
Normalizes the string for search purposes.
This function performs the following transformations:
Collapses multiple spaces, tabs into a single space.
Trims leading and trailing whitespace.
Converts the string to lowercase.
Return
A normalized, lowercase string suitable for search comparison.