The KnowledgeBase is under development and has been made viewable to the user communities to allow for content contributions and feedback. Please post your content in the appropriate section and/or feedback in the comments section located at the bottom of each page.

Change the fields listed in your DSpace Advanced Search options

In this section you will learn you to add or remove fields on the advanced search page. You will need to edit the files dspace.cfg and message.xml then reindex and restart DSpace

Add/Remove Advanced Search fields in dpsace.cfg

Open dspace.cfg and find the heading "##### Fields to Index for Search #####"  Scrolling down you will see uncommented lines that read " search.index.1 =…" this is where you will edit and add lines.  

The search commands are written as "search.index.# = [name]:[schema].[element].[qualifier]"

  • The name section is used to group together fields within advanced search, for example the name "author" is used three times for the fields dc.contributor, dc.creator, and dc.description.statementofresponsibility- when a user does an advanced search by author all three fields will be searched.
  • Qualifiers can be replaced with '' and all occurrences that element will be searched regardless of qualifiers, for example "dc.title." indexes both dc.title and dc.title.alternative.

Remove any fields you do want as part of the advanced search and add any additional fields.  In this example I I have added the field dc.subject.classification with the name "department" and the field dc.coverage.* with the name "location."

Add Headings to message.xml

Open message.xml and find the heading <!- org.dspace.app.xmlui.artifactbrowser.AdvancedSearch.java ->.  For each Advance Search category you added in dspace.cfg, you will need to add a new message field.  The message field should be written as <message key="xmlui.ArtifactBrowser.AdvancedSearch.type_[name]">[Search Heading]</message>.  The key refers to the name you used in dspace.cfg and the element contents are the heading for the Advanced Search function.

Re-index and Restart DSpace

Before existing items can be searched or browsed you need to re-index your instance. 

Navigate to cd /usr/local/dspace/bin then type"./dspace index-init".  After you have finished indexing, restart DSpace.

This section was contributed by Catalina Oyler from the Five Colleges of Ohio

  • No labels