mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
Merge branch 'w2p-95912_facet-capital-letter-bufix'
This commit is contained in:
@@ -245,6 +245,7 @@ public class DiscoverQueryBuilder implements InitializingBean {
|
||||
// "show more" url
|
||||
int facetLimit = pageSize + 1;
|
||||
//This should take care of the sorting for us
|
||||
prefix = StringUtils.isNotBlank(prefix) ? prefix.toLowerCase() : null;
|
||||
queryArgs.addFacetField(new DiscoverFacetField(facet.getIndexFieldName(), facet.getType(), facetLimit,
|
||||
facet.getSortOrderSidebar(),
|
||||
StringUtils.trimToNull(prefix)));
|
||||
|
Reference in New Issue
Block a user