Doubt in browsing by subject within a collection

28 views
Skip to first unread message

Aroldo Rique

unread,
Mar 27, 2023, 1:15:41 PM3/27/23
to dspac...@googlegroups.com, dspace-c...@googlegroups.com
Hello everybody.

I have a question about navigating by subject within a collection (like this: https://bibliotecadigital.mpf.mp.br/bdmpf/handle/11549/38/browse?type=subject). Links are created for each subject (dc.subject) found. What I noticed is that links are created for dc.subject, dc.subject.other, dc.subject.classification, etc. I would like the subject navigation to only search the dc.subject.classification metadata. Is it possible to make this configuration?

Aroldo Rique

Tim Donohue

unread,
Mar 27, 2023, 4:10:34 PM3/27/23
to DSpace Community
Hi Aroldo,

Yes, all Browse options in DSpace are configurable.

By default, the Subject browse uses all "dc.subject.*" metadata fields, as configured in the dspace.cfg here: https://github.com/DSpace/DSpace/blob/dspace-7.5/dspace/config/dspace.cfg#L1156

However, you can modify that setting to only browse "dc.subject.classification" fields by changing it to:

webui.browse.index.4 = subject:metadata:dc.subject.classification:text

You will need to reindex all content in your DSpace for that change to take effect. (./dspace discovery -b)

For more information, see the documentation on Browse Index Configuration: 
https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference#ConfigurationReference-BrowseIndexConfiguration 

Tim
Reply all
Reply to author
Forward
0 new messages