Hi Tom,

   Could explain what this code is doing?

Thank in advance

Luiz Claudio Santos
http://luizclaudiosantos.me/

On Tue, Jan 31, 2017 at 4:21 PM, Tom Desair <tom.des...@atmire.com> wrote:

> For DSpace 5, you can try this:
>
>    1. Copy the contents of this file https://github.com/DSpace/
>    DSpace/blob/dspace-5_x/dspace-xmlui/src/main/java/org/
>    dspace/app/xmlui/aspect/discovery/SimpleSearch.java
>    
> <https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/SimpleSearch.java>
>  to
>    dspace/modules/xmlui/src/main/java/org/dspace/app/xmlui/
>    aspect/discovery/SimpleSearch.java
>    2. After line188 (https://github.com/DSpace/
>    DSpace/blob/dspace-5_x/dspace-xmlui/src/main/java/org/
>    dspace/app/xmlui/aspect/discovery/SimpleSearch.java#L188
>    
> <https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/SimpleSearch.java#L188>)
>    add
>
> // get the authority value for authority filters
> if(filterOperator.equals("authority")) 
> {org.dspace.authority.AuthorityValueFinder authorityValueFinder = new 
> AuthorityValueFinder();
>   AuthorityValue authorityValue = authorityValueFinder.findByUID(context, 
> filterValues.get(i));
>   if(authorityValue!=null) {
>        filterValue = authorityValue.getValue();
>   }
> }
>
>
>
> [image: logo] Tom Desair
> 250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
> Esperantolaan 4, Heverlee 3001, Belgium
> www.atmire.com
> <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomdesair>
>
> 2017-01-27 18:07 GMT+01:00 Mcmanus, Molly S CIV USARMY CEERD (US) <
> molly.s.mcma...@usace.army.mil>:
>
>> We are experiencing the issues described below with author browsing.
>> XMLUI, Mirage 2 with Orcid and author authority control turned on.
>> https://jira.duraspace.org/browse/DS-2785
>> https://jira.duraspace.org/browse/DS-2938
>> https://jira.duraspace.org/browse/DS-2852
>>
>> We are using 5.3, but it looks to still be an issue in 6 on the demo site.
>> http://demo.dspace.org/xmlui/browse?type=author
>>
>> Is there a workaround or fix that folks are currently using?
>>
>> Molly McManus
>> Systems Librarian, Information Science and Knowledge Management Branch
>>
>> US Army Engineer Research and Development Center
>> Information Technology Laboratory
>> ATTN CEERD-IS-L
>> 3909 Halls Ferry Road
>> Vicksburg, MS 39180-6199
>>
>> p 601-634-4122
>>
>> molly.s.mcma...@usace.army.mil
>> http://erdc.usace.army.mil/labs/itl/
>>
>>
>>
>> --
>> 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 dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to