We have implemented a server with DSpace 7.5 api & angular interface.

The browse menu filter function was not working with DSpace 7.5 (but works 
ok in earlier versions).

To reproduce:
-Use the All communities author or subject browse.
-Use the browse within to search within the author/subject list
-This generates a SOLR search using the prefix function from the new 
_prefix search 
-Click through on the results always yields no items.

Prior to 7.5 this generated a SOLR using facet filter function.  This 
returns specific matching facets which list correctly in the UI.

I reversed the search elements of patch # fc6ac8e in order to get the API 
to generate an _filter rather than a _prefix faceted search as follows:

Changes to comment out use of the _prefix filter were made to 
getFacetFields  function in SolrServiceImpl.java and to getFacetResult in 
DiscoverResult.java to work around the issue.

This workaround resolved the issue for me.  Not fully tested for 
implications elsewhere as yet.

Edmund







-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0fa56102-5546-4489-bb1d-4d12ff7078een%40googlegroups.com.

Reply via email to