Closed
Description
Aliases should be displayed after non-aliases. Since we have fuzzy search [*], we could match in this order:
- Exact matches (non-aliases)
- Exact matches (aliases)
- Fuzzy search (any, assuming it sorts by some "similarity" index)
If we get #82000, then we could even do:
- Exact matches (non-aliases)
- Exact matches (Rust aliases)
- Exact matches (non-Rust aliases)
- Fuzzy search (any, assuming it sorts by some "similarity" index)