Change default filters in organizations
This commit is contained in:
parent
fa6a9f13e5
commit
58d4a9393b
|
@ -54,8 +54,7 @@ public interface OrganizationRequestMapper {
|
|||
|
||||
fqList.add(String.format("oaftype:\"%s\"", "organization"));
|
||||
fqList.add(String.format("deletedbyinference:%s", "false"));
|
||||
fqList.add(String.format("reldatasourcecompatibilityid:(%s)", "\"driver\" OR \"driver-openaire2.0\" OR \"openaire2.0\" OR \"openaire3.0\" OR \"openaire4.0\" OR \"openaire-cris_1.1\" OR \"openaire2.0_data\" OR \"hostedBy\""));
|
||||
fqList.add(String.format("relproject:%s", "[ * TO * ]"));
|
||||
fqList.add(String.format("reldatasourcecompatibilityid:(%s) OR relproject:[* TO *]", "\"driver\" OR \"driver-openaire2.0\" OR \"openaire2.0\" OR \"openaire3.0\" OR \"openaire4.0\" OR \"openaire-cris_1.1\" OR \"openaire2.0_data\" OR \"hostedBy\""));
|
||||
fqList.add(String.format("-status:\"%s\"", "under curation"));
|
||||
|
||||
if (!Utils.isNullOrEmpty(src.getId())) {
|
||||
|
|
Loading…
Reference in New Issue