Select the correct FOSSA project when there are multiple projects that start with the project title

This commit is contained in:
Dominik Henneke
2021-01-20 15:53:43 +01:00
parent e8e6bd92b6
commit 9f618bf16d
3 changed files with 46 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-fossa': patch
---
Request a sorted response list to select the project with the correct title. The FOSSA API
matches title searches with "starts with" so previously it used the response for `my-project-part`
if you searched for `my-project`.