when fuzzy-finding, grouped repositories is a bit confusing
See original GitHub issueIs your feature request related to a problem? Please describe. @nickcraver tweeted me this screenshot a few days ago:

Note that Chat - the project that Nick wants and the best match - is actually below other matches because grouping still takes precedence over the fuzzy-find results when we’re filtering.
Describe the solution you’d like I’m not settled on a solution for this, but random thoughts:
- once fuzzy-finding kicks in, maybe we drop the grouping of repositories? But that throws away the grouping which might confuse people in a different way.
- can we rework this UI so that we don’t do the normal grouping, but still keep that context around?
Describe alternatives you’ve considered Not really, just writing this up to capture it.
Teachability, Documentation, Adoption, Migration Strategy 🤷♂️
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:7 (6 by maintainers)
Top Results From Across the Web
GitLab University: Repositories, Projects and Groups - YouTube
GitLab University of December 10, 2015 on Repositories, Projects and Groups.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I agree with #7769 that the new filter updates makes it harder to jump between repositories.
Example 1
In this case I want to jump to the
atom-ide-definitionsrepository. Though, I’ve recently worked in theautocomplete-tailwindrepository. When I filter “atom” it returnsautocomplete-tailwindbeforeatom-ide-definitions. I would expect it to list theatom-*repositories first.Example 2
In this example I filter
dotfibut theatom-ide-definitionsrepository is still listed before thedotfilesrepository.Maybe? I think we’d need a spike branch with some dummy repository/account data to experiment with from a UX perspective, to figure out what makes sense.