-
Notifications
You must be signed in to change notification settings - Fork 724
[Bug][SonarQube] Search in Sonarqube connection seems wrong #8805
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
The following behavior was found in v1.0.3-beta10 in a sonaqube connection, it might impact other searches too.
The search is not working properly or inuititevely. The maximal number of results returned seems to be limited to 20 without an option to load more results. Also when using the search field, it is unclear how the projects are mapped.
E.g. searching backend returns projects that have no word similiar to backend in the name, so results seems to be random. E.g. I have a project called translation-backend. Searching 'translation' does not show the project, searching 'backend' does. But this is not cohersive. So another time searching 'translation' returns my project amongst the others, but 'backend' not.
If there is a way to confidentially share a screenshot of this, please let me know, as I cannot share the list of projects unfortunately here.
What do you expect to happen
- When searching for a pattern, all projects that contains this pattern are displayed.
- If the number of results are bigger than a threshold, there should be an option to page next results.
- An explanation on how to search for projects and what formats are accepted (like regex or simply word matching)
How to reproduce
Create a sonarqube connection to a repo with more than 20 projects and start search for some projects
Anything else
No response
Version
v1.0.3-beta10
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct