Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search: Lax separator matching when filtering results
Any separator will now match any other separator when filtering search results. Example: Type "live server" in filter. Currently it would only match "live server". Consequently, if you type "live.server" it will only match "live.server" and not "live server" even though the user likely wants to see both. With this update any separator now matches any other separator; A space now matches `.` `-` `_`, an underscore also matches a space and a dash, etcetera. This means that a filter of "live server" will now show "live.server" in the results. This is a lot more intuitive in my opinion.
- Loading branch information