When searching for a project on SonarCloud with the autocomplete search, it will return the right filtered result, but 2 seconds later it will just replace the search results with the whole list of projects available.
Thank you for reporting the bug. Can you tell me what browser are you on?
I tried it on my side in Chrome browser and seems to be working well without any issues. Can you inspect this page using developer tools and check if there are any calls being made to the network while the new search appears?
Thank you for your reply. I tried it with both Chrome and Edge with the same outcome.
I think there’s a racing condition for when we quickly type something on the search box and the list of project’s is still loading.
Reproduction steps:
Enter any value on the search box
Clear the search box
Enter right after that another value on the search box
My theory is that the search for when the search box is cleared takes longer to load than a filtered search and it gets “overridden” by it:
Search A : All projects
Search B: Only filtered projects
A----------------------------------> end
-----------B------->end