Hello Arpan, assuming your problem is just the missing label. You got to set this in the Messages.properties file which is used for API and JSPUI (from the screenshot it seems as if you are using JSPUI). The instruction you linked is for the xmlui. See https://github.com/DSpace/DSpace/blob/dspace-5.6/dspace-api/src/main/resources/Messages.properties#L12 corresponds to this browse setting https://github.com/DSpace/DSpace/blob/dspace-5.6/dspace/config/dspace.cfg#L1151
The syntax for the key is browse.type.[item|metadata].[name] So the browse index configured as: webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text would use browse.type.metadata.author = Author Hope this helps Claudia Jürgen Am 13.12.2016 um 10:53 schrieb Arpan Paramanik: I want to add new custom search filter. I have followed this link: https://wiki.duraspace.org/pages/viewpage.action?pageId=30218817#Change"BrowseBy"Options-AddHeadingstomessage.xml But I am not able to do that, I am attaching an image for better understanding of my problem. -- Claudia Juergen Eldorado Technische Universität Dortmund Universitätsbibliothek Vogelpothsweg 76 44227 Dortmund Tel.: +49 231-755 40 43 Fax: +49 231-755 40 32 [email protected]<mailto:[email protected]> www.ub.tu-dortmund.de<http://www.ub.tu-dortmund.de> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
