Hi, This behavior you describe is a known bug : https://github.com/DSpace/dspace-angular/issues/2948
There's some early work on a few possible fixes, but none are accepted / fully tested yet. * https://github.com/DSpace/dspace-angular/pull/2949 * https://github.com/DSpace/dspace-angular/pull/3159 So, overall, we don't yet have an exact solution yet, but several people are working on it. Tim On Tuesday, July 2, 2024 at 8:30:38 AM UTC-5 [email protected] wrote: > Hello all, > > > I am trying to "define" these `webui.browse.link`s such that when you > click on them, they immediately take you to what the documentation calls > the "single" type search page: > ``` > webui.browse.link.2 = subject:dc.subject.* > webui.browse.link.3 = type:dc.type > webui.browse.link.4 = subject:dc.contributor.* > ``` > > > If it is a "single" type, it will link to a view of all the items which > share that metadata element in common (i.e. all the papers by a single > author). > > Right now, clicking on the "type" button in simple item view takes me to > the "startsWith" browse page" > > [image: Screenshot 2024-07-02 at 9.29.14 AM.png] > > https://172.22.32.9/browse/type?startsWith=Code%20Sets > > Specifically, I want to make `webui.browse.link.3` go to to the "view of > all the items which share that metadata element in common" page: > > [image: Screenshot 2024-07-02 at 9.29.31 AM.png] > > how do I enable this? > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- 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 view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/a2c52cfc-1aa4-4e36-944c-5f87022b4c82n%40googlegroups.com.
