funding contains and not starts with h2020

pull/151/head
Miriam Baglioni 3 years ago
parent 5e38c7f42d
commit d70f8c96fd

@ -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_______::";

Loading…
Cancel
Save