Skip to content

Commit

Permalink
Merged in item_mapper_main_DSC_1073 (pull request DSpace#1279)
Browse files Browse the repository at this point in the history
Item mapper main DSC-1073

Approved-by: Stefano Maffei
  • Loading branch information
FrancescoMolinaro authored and steph-ieffam committed Jan 26, 2024
2 parents 0a02da1 + ee469e2 commit 974029f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class ItemCollectionMapperComponent implements OnInit {
return this.searchService.search(Object.assign(new PaginatedSearchOptions(searchOptions), {
query: this.buildQuery([...itemCollectionsRD.payload.page, owningCollectionRD.payload], searchOptions.query),
dsoTypes: [DSpaceObjectType.COLLECTION],
configuration: 'communityorCollection',
configuration: 'communityOrCollection',
}), 10000).pipe(
toDSpaceObjectListRD(),
startWith(undefined)
Expand Down

0 comments on commit 974029f

Please sign in to comment.