Skip to main content
RichRelevance

18.37 Release Notes (9/27/18 Release)

Dashboard

Bug Fixes

Issue: CFRAD response from rrServer is broken sometimes 
Fix: Fixed code in StrategyDriverExecutionLog.java 

Find

Features/Updates

RegionAware search attribute checkbox column 
Summary: Find sites that are leveraging regions extensively will now be able to set the region aware flag. 

Find request accommodates the mm param 
Summary: This enables the additon of minimum match (mm) criteria to be propagated to the EB FIND request. 
Detail: This feature allows users to add and configure the minimum match criteria to the FIND request query clauses. The request will have a mm parameter of the URL for the Find request as follows: 

&mm=50%25 

Find request accommodates the facet.limit & facet.mincount param 
Summary: This enables the addition of the min/max limit to facets returned by EB & with mincount you can define the minimum number of docs in each facet to qualify as a facet. Both these params to be propagated to the EB FIND request. 
Detail: To add and configure the facet.limit and facet.mincount criteria to the FIND request query 
The request will have a facet.limit and facet.mincount parameter of the URL for the Find request as follows: 

&facet.mincount=10&facet.limit=1 

Bug Fixes

Issue: The customer would like to configure the number of facet values within a given facet. 
Summary: Use facet.limit parameter to specify the number of facet values returned. Default is 100. Max is 9999. 

Recommend

Bug Fixes

Issue: The table catalog.attributes has the column external_id with the datatype varchar(50). 
Summary: The length of varchar(50) does not accomodate the localized product attributes for external_id, since the external_id for localized product attributes has to be prepended with prefix 'rr_loc' + 1 digit (0,1 or 2) + localized value. 
Fix: The column external_id needs to be expanded to varchar(512).

 

  • Was this article helpful?