ocket8888 opened a new issue #5385: URL: https://github.com/apache/trafficcontrol/issues/5385
## I'm submitting an ... - improvement request (usability, performance, tech debt, etc.) ## Traffic Control components affected ... - Traffic Portal ## Current behavior: Searches through the general "search" bar in Traffic Portal tables only filters to text containing substrings of exact matches to the search query. ## New behavior: Searches through the general "search" bar in TP should be [fuzzy](https://en.wikipedia.org/wiki/Approximate_string_matching) because it really is the best way to find something - as demonstrated by most modern text editors and IDEs. I don't think this should apply to column searches, because those have their own specific and fairly granular handling. Also there's a somewhat useful implementation in the experimental Angular TP that someone could look at if they wanted. (If you have trouble finding it I can point you to it). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
