mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
The search results when finding settings with `$` was sorted alphabetically. Updated this behavior to sort them based on relevance to the query. Original search results with query provided in issue:  New search results with query provided in original issue:  Example of results when giving a query that matches many, but is also an exact match.  Closes #38615