Hi Don,
Thanks for your reply!
I modified the file discovery.xml. I moved the line "<ref
bean="searchFilterIssued" />" up above the line "<ref
bean="searchFilterSubject" />" in two places. One is the Default
Configuration Setting section; the other "Homepage specific configuration
settings" section. The final results are as following:
<!--The default configuration settings for discovery-->
<bean id="defaultConfiguration"
class="org.dspace.discovery.configuration.DiscoveryConfiguration"
scope="prototype">
<!--Which sidebar facets are to be displayed-->
<property name="sidebarFacets">
<list>
<ref bean="searchFilterAuthor" />
<ref bean="searchFilterIssued" />
<ref bean="searchFilterSubject" />
<!-- <ref bean="searchFilterIssued" /> -->
<ref bean="searchFilterContentInOriginalBundle"/>
</list>
</property>
<!--The Homepage specific configuration settings for discovery-->
<bean id="homepageConfiguration"
class="org.dspace.discovery.configuration.DiscoveryConfiguration"
scope="prototype">
<!--Which sidebar facets are to be displayed (same as
defaultConfiguration above)-->
<property name="sidebarFacets">
<list>
<ref bean="searchFilterAuthor" />
<ref bean="searchFilterIssued" />
<ref bean="searchFilterSubject" />
<!-- <ref bean="searchFilterIssued" /> -->
<ref bean="searchFilterContentInOriginalBundle"/>
</list>
</property>
Then I restarted tomcat and clear my browser cache. Now, on all pages
except the homepage, the Date Issued facet has moved up above the Subject
facet. But on the homepage, it stays the same, still the Subject facet
above Date Issued facet.
Any additional steps I need to take?
Thanks very much.
Yongming
On Mon, Feb 20, 2017 at 11:05 AM, Donald Bynum <[email protected]> wrote:
> Take a look at dspace\config\spring\api\discovery.xml
>
> Regards,
>
> Don.
>
> On Monday, February 20, 2017 at 10:54:23 AM UTC-5, Wang, Yongming wrote:
>
>> Dear All,
>>
>> Which page should I modify to move up the "Date Issued" facet in the
>> DISCOVER navigation bar? Right now I have four facets in DISCOVER. From top
>> to bottom, they are: Author, Subject, Date Issued, and Has File(s). I want
>> to move Date Issued up above Subject.
>>
>> Our environment: DSpace 6.0, Mirage 2, RHEL 7
>>
>> Thanks so much in advance for your help!
>>
>>
>>
>> Yongming
>>
>> --
>> Yongming Wang
>> Systems Librarian/Associate Professor
>> The College of New Jersey
>> tel: 609-771-3337 <(609)%20771-3337>
>> email: [email protected]
>>
> --
> 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.
>
--
Yongming Wang
Systems Librarian/Associate Professor
The College of New Jersey
tel: 609-771-3337
email: [email protected]
--
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.