Hi all,
On our DSpace 7 installation, we're running into an issue where the author name filter on the browse by author isn't working properly. When you use the text field to filter by an author name the result of the query just shows up as the last name of the author
all in lowercase.
Clicking any of the author result links always returns an empty results list: "No items to show".
In contrast to this, on the demo site, filtering by typing in the author gives full author names as the result links and clicking these takes you to a list of the items as you would expect:
This seems like an indexing issue to me. Our author metadata is stored in dc.contributor.author. Perhaps something to do with the webui.browse.index configuration? We're just using what comes default in dspace.cfg:
webui.browse.index.1 = dateissued:item:dateissued
webui.browse.index.2 = author:metadata:dc.contributor.*\,dc.creator:text
webui.browse.index.3 = title:item:title
webui.browse.index.4 = subject:metadata:dc.subject.*:text
#webui.browse.index.5 = dateaccessioned:item:dateaccessioned
Rebuilding the discovery index with dspace index-discovery -b has not helped.
Any thoughts as to what might be going on?
Thanks so much,
-Adam