Hello Hilton, thank you for your answer. With the information in the bug ticket and some wiki.duraspace research i did following:
I changed dspace.cfg: from #webui.browse.index.2 = author:metadata:dc.contributor.author,dc.creator:text to webui.browse.index.2 = author:metadataAuthority:dc.contributor.author:authority As result in "browse by" i could only see authors with metadatavalue.confidence=500 After executing a sql statement: UPDATE metadatavalue SET confidence=500 WHERE metadata_field_id=3 And rebuilding index with: /opt/dspace/bin/dspace index-discovery -b All Authors are now displayed in Function "Browse by" Interestingly "Discover by Author" function is not affected. Thanx for help, i hope this bug can be solved. SNEmi Dear list, > > i enabled ORCID authority control. > > I do import items with dublin_core.xml batch import as zip files and all > works fine. Each item is imported separated. > > I have one author that has two items. > > > The problem appears in the Browsing by Author page. > > It lists now two entries for the same author with one publication each. > > One entry links to: /browse?value=Andreas+Richter&type=author > The second entry links to: > /browse?authority=225480ec-cd8e-4eb4-a4fd-cfa85e8c3677&type=author > > Following the first link results in only one item: > Browsing by Author "Andreas Richter" > > When i follow the second link i see only one item : > Browsing by Author "225480ec-cd8e-4eb4-a4fd-cfa85e8c3677" > > > I tried "bin/dspace index-authority" but nothing changed > > > In the database, table "metadatavalue" are these values: > > metadata_value_id resource_id metadata_field_id text_value > text_lang place authority confidence resource_type_id > 9979 201 3 Andreas Richter 1 > 225480ec-cd8e-4eb4-a4fd-cfa85e8c3677 300 2 > 10146 207 3 Andreas Richter 1 > 225480ec-cd8e-4eb4-a4fd-cfa85e8c3677 500 2 > > They have the same authority-id's. > > Im stuck for now, should i disable orcid control for importing items, but > what will happen when i use regular input forms ? > > Is this maybe a known issue ? > > > Thank you for your help. > > SNEmi > -- 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.
