Nf (Range Filter)

The Nf parameter sets the range filters for the navigation query.

Parameter Nf
Name Range Filter
Java setter method ENEQuery.setNavRangeFilters()
.NET setter property ENEQuery.NavRangeFilters
Type

<string>|[[LT|LTEQ|GT|GTEQ] <numeric value> |BTWN <numeric value> <numeric value>]

<key>|[GCLT|GCGT|GCBTWN][+<geocode reference point>]+<value>[+<value>]

Description

Sets the range filters for the navigation query on properties, or for the navigation query on dimensions. Multiple filters are specified by a vertical pipe (|) delimiting each filter.

Accepts property and dimension values of Numeric type (Integer, Floating point, DateTime), or Geocode type. For values of type Floating point, you can specify values using both decimal (0.00...68), and scientific notation (6.8e-10).

Object Navigation
Dependency N

Examples

/controller.php?N=0&Nf=Price|GT+15

/controller.php?N=0&Nf=Price|BTWN+9+13

/controller.php?N=0&Nf=Location|GCLT+42.365615,-71.075647+10