Re: [dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-14 Thread Claudia Jürgen
Hello Layale, did you update your SOLR indexes as indicated here: https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes You can find the information about Discovery Solr Index Maintenance here:

Re: [dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-14 Thread Layale Bassil
Thank you again Claudia, I have made the change to browse.index.2 as replaced the * by author to limit the browse by contributor.author as follows: webui.browse.index.1 = dateissued:item:dateissued webui.browse.index.2 = author:metadata:dc.contributor.author,dc.creator:text webui.browse.index.3

Re: [dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-13 Thread Claudia Jürgen
Hello Layale, here is the Browse Configuration configured: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/dspace.cfg#L1086 take a look at: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/dspace.cfg#L1158 Hope this helps Claudia Jürgen Am 13.09.2017 um 15:23

Re: [dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-13 Thread Layale Bassil
Thank you so much Claudia for the prompt response. In fact I need the same for the Browse By feature. If I select Browse By Author, where can I customize the fields that are being searched when DSpace browses by Author? Thank you again, Regards. On Wednesday, September 13, 2017 at 10:54:58 AM

Re: [dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-13 Thread Claudia Jürgen
Hello Layale, you can configure it see: https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-Searchfilters Hope this helps Claudia Jürgen Am 13.09.2017 um 08:43 schrieb Layale Bassil: Dear All, We are using DSpace 5.2 and have imported our data and testing the search

[dspace-tech] How can I modify search functionality to search by dc.contributor only and not dc.contributor.*?

2017-09-13 Thread Layale Bassil
Dear All, We are using DSpace 5.2 and have imported our data and testing the search functionality. We are using both dc.contributor and dc.contributor.author. When the user searches by Author, how can I only force the search index to only search by dc.contributor and not dc.contributor.author?