implemented findSubmitAuthorizedByCommunityAndEntityType end point

This commit is contained in:
Mykhaylo
2021-09-21 17:33:45 +02:00
parent 25cfa7c750
commit 6433df2d9e
4 changed files with 212 additions and 3 deletions

View File

@@ -1037,7 +1037,7 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
if (buildFilter.length() > 0) {
buildFilter.append(" AND ");
}
buildFilter.append("dspace.entity.type:").append(entityType);
buildFilter.append("search.entitytype:").append(entityType);
}
if (StringUtils.isNotBlank(q)) {
StringBuilder buildQuery = new StringBuilder();