@@ -327,15 +327,6 @@ item:
327327 # The maximum number of values for repeatable metadata to show in the full item
328328 metadataLimit : 20
329329
330- # When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
331- # Referenced items will be fetched with a find all by id strategy to avoid individual rest requests
332- # to efficiently display the search results.
333- followAuthorityMetadata :
334- - type : Publication
335- metadata : dc.contributor.author
336- - type : Product
337- metadata : dc.contributor.author
338-
339330# Collection Page Config
340331collection :
341332 edit :
@@ -517,3 +508,19 @@ addToAnyPlugin:
517508 title : DSpace CRIS 7 demo
518509 # The link to be shown in the shared post, if different from document.location.origin (optional)
519510 # link: https://dspacecris7.4science.cloud/
511+
512+ # When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
513+ # Referenced items will be fetched with a find all by id strategy to avoid individual rest requests
514+ # to efficiently display the search results.
515+ followAuthorityMetadata :
516+ - type : Publication
517+ metadata : dc.contributor.author
518+ - type : Product
519+ metadata : dc.contributor.author
520+
521+ # The maximum number of item to process when following authority metadata values.
522+ followAuthorityMaxItemLimit : 100
523+
524+ # The maximum number of metadata values to process for each metadata key
525+ # when following authority metadata values.
526+ followAuthorityMetadataValuesLimit : 5
0 commit comments