mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 20:43:18 +00:00
implemented findSubmitAuthorizedByCommunityAndEntityType end point
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user