You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi,
I'm having some issues... when I try to search for an author that has some special characters in his name at mydspace.com/browse?type=author, I get no results.
I know that my Dspace has a lot of authors with accents characters, ¿is this a solr missconfiguration? ¿Does anyone else have this issue?
Hope you guys can help!
Best regards,
Juan.
Petros Grammatikopoulos
unread,
Dec 10, 2021, 4:31:31 AM12/10/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hello
Maybe you need to use Percent-encoding for author strings with special characters?
There are many ways to do this programmatically if you wish, but you may also use a random online service for individual manual encoding.
All the best,
Petros
al...@vt.edu
unread,
Dec 13, 2021, 10:07:35 AM12/13/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
We successfully patched our DSpace for this issue (diacritics in author browse) and DS-4034 (0-9 in author browse) with Pull Request, https://github.com/VTUL/vtechworks/pull/779. The fix was straightforward.
Juan López
unread,
Jan 11, 2022, 10:36:56 AM1/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Ok, I'll check the Pull Request!
Thank you!
Juan López
unread,
Jan 11, 2022, 3:51:07 PM1/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
So I've patched my DSpace, however, now the result behaviour is as follows:
If I search a name with an accent, for example "Pachón" I don't get any result (I think this is an odd behaviour).
If I search the same name without accents: "Pachon" I get all the people with the name Pachón and Pachon.
It seems like the patch did not fix the first odd behaviour... Is your DSpace also working like this?
al...@vt.edu
unread,
Jan 19, 2022, 10:10:44 AM1/19/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
On our test instance with this patch
If I search a name with an accent, for example "Pachón"I get all the people with the name Pachón and Pachon.
If I search the same name without accents: "Pachon" I get all the people with the name Pachón and Pachon.