Nmrf (Merchandising Rule Filter)

The Nmrf parameter sets a dynamic business rule filter for the navigation query.

Parameter Nmrf
Name Merchandising Rule Filter
Java setter method ENEQuery.setNavMerchRuleFilter()
.NET setter property ENEQuery.NavMerchRuleFilter
Type This filter can include strings, integers, separator characters, Boolean operators, wildcard operators, and Endeca property values.
Description This parameter can be used to specify a rule filter that restricts the results of a navigation query to only the records that can be promoted by rules that match the filter.
Object Navigation
Dependency N

Examples

/controller.php?N=0&Nmrf=or(state:pending,state:approved)

/controller.php?N=0&Nmrf=or(1,5,8)