We are trying to complete our upgrade from DSpace version 3 -> 5 and I found these two surprising differences.
*Quoted searches are now behaving as though the quotes have been removed*. E.g., there is no difference between the following example searches: "where are my cats" vs where are my cats (not quoted). There were 6.382 results for both searches whereas in our production environment (v3) the search finds 0 results and 5,810 results respectively. I'm hoping there is a configuration flag but this discussion <https://groups.google.com/forum/#!searchin/dspace-tech/quoted$20searching/dspace-tech/469e6gO_7_o/ideRphFnBgAJ> led me to believe quoted searching was just supposed to 'work'. *Side note: I would also have expected the # of hits to be identical (or at least closer) since v3 and v5's content are hopeful duplicates but that is probably for another thread. Searching for various forms of quote <https://wiki.duraspace.org/dosearchsite.action?queryString=quote&startIndex=0&where=DSDOC5x> and quotation didn't yield any answers in the documentation about expected behavior. Secondly: *Did Advanced Search get removed?* If I manually attempt the url "[dspace]/advanced_search" it resolves to a blank page but the Advanced Search link doesn't appear in the interface and there are no fields displayed to search on at that url. I did see that there is a config way to adjust the Advanced Search in this documentation <https://wiki.duraspace.org/display/DSDOC5x/Legacy+methods+for+re-indexing+content> at the very end. Here are our configuration properties for indexing: search.index.1 = author:dc.contributor.* search.index.2 = author:dc.creator.* search.index.3 = title:dc.title.* search.index.4 = keyword:dc.subject.* search.index.5 = abstract:dc.description.abstract search.index.6 = author:dc.description.statementofresponsibility search.index.7 = series:dc.relation.ispartofseries search.index.8 = abstract:dc.description.tableofcontents search.index.9 = mime:dc.format.mimetype search.index.10 = sponsor:dc.description.sponsorship search.index.11 = identifier:dc.identifier.* search.index.12 = language:dc.language.iso And here are our Advanced Searching config lines: ### Configure the search indices to appear in advanced search drop down lists jspui.search.index.display.1 = ANY jspui.search.index.display.2 = author jspui.search.index.display.3 = title jspui.search.index.display.4 = keyword jspui.search.index.display.5 = abstract jspui.search.index.display.6 = series jspui.search.index.display.7 = sponsor jspui.search.index.display.8 = identifier jspui.search.index.display.9 = language Are these advanced searching configuration options not applicable nor used since we are based off of XMLUI? Thanks you; E:\dspace\bin>dspace version Using DSpace installation in: E:\dspace DSpace version: 5.4-SNAPSHOT SCM revision: ${buildNumber} SCM branch: UNKNOWN_BRANCH OS: Windows Server 2012 R2(amd64) version 6.3 Applications: Discovery: enabled. JRE: Oracle Corporation version 1.8.0_65 Ant version: Apache Ant(TM) version 1.9.4 compiled on April 29 2014 Maven version: 3.3.1 DSpace home: E:/dspace -- 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 http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
