forked from D-Net/dnet-hadoop
funding contains and not starts with h2020
This commit is contained in:
parent
5e38c7f42d
commit
d70f8c96fd
|
@ -159,7 +159,7 @@ public class QueryInformationSystem {
|
||||||
if (funding == null) {
|
if (funding == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (funding.toLowerCase().startsWith("h2020")) {
|
if (funding.toLowerCase().contains("h2020")) {
|
||||||
nsp = "corda__h2020::";
|
nsp = "corda__h2020::";
|
||||||
} else {
|
} else {
|
||||||
nsp = "corda_______::";
|
nsp = "corda_______::";
|
||||||
|
|
Loading…
Reference in New Issue