eclipse-pass / pass-ui

UI code base for PASS
Apache License 2.0
4 stars 16 forks source link

Correctly handle whitespace when normalizing proxy user queries #1228

Closed markpatton closed 1 year ago

markpatton commented 1 year ago

Now multiple non-alphanumeric characters in the search string become a single space. In addition space is trimmed off the ends of the string. So now searching for "Mark+=Patton" and "Mark Patton" and " Mark Patton " will all be normalized to "Mark Patton".