funding contains and not starts with h2020

This commit is contained in:
Miriam Baglioni 2021-07-13 17:34:53 +02:00
parent 5e38c7f42d
commit d70f8c96fd
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ public class QueryInformationSystem {
if (funding == null) {
return null;
}
if (funding.toLowerCase().startsWith("h2020")) {
if (funding.toLowerCase().contains("h2020")) {
nsp = "corda__h2020::";
} else {
nsp = "corda_______::";