Nr (Record Filter)

The Nr parameter sets a record filter on a navigation query.

Parameter Nr
Name Record Filter
Java setter method ENEQuery.setNavRecordFilter()
.NET setter property ENEQuery.NavRecordFilter
Type <string>
Description This parameter can be used to specify a record filter expression that will restrict the results of a navigation query.
Object Navigation
Dependency N

Examples

/controller.php?N=0&Nr=FILTER(MyFilter)

/controller.php?N=0&Nr=OR(sku:123,OR(sku:456),OR(sku:789))