Display order for project search results

I’m using Sonarqube version 7.1 and trying to automate statistics collection via RPA.
Robot tries to find an specific project using the search bar by pasting project name and hiting enter.

It’s not working because the exact match changes position depending on what project has been browsed more recently and “enter” always selects first suggested option, which may be exact match to what you’re looking for or not… really annoying!

I’ve tried it on the search bar (top right corner) and in projects tab, search field.

Is there a way search only for exact matches, or to at least put exact matches first, so I won’t need to visually locate the project I want to browse?

Thanks!

[I’m not working for Sonarsource,] but IMHO you should use API instead of parsing webpage.