URL query parameters for record search

A basic record search requires two separate request parameters, Ntk and Ntt. This topic describes them and contains examples of valid record search queries that use Ntk and Ntt .

The search key parameters are described as follows:
The URL query parameters for record search have the following characteristics:

Examples of queries with Ntt and Ntk

For example, consider the following records:
Rec ID Dimension value (Wine Type) Name property Description property
1

Red (Dim Value 101)

Antinori Toscana Solaia

Dark ruby in color, with extremely ripe...

2

Red (Dim Value 101)

Chateau St. Jean

Dense, rich, and complex describes this California...

3

White (Dim Value 103)

Chateau Laville

Dense and vegetal, with celery, pear, and spice flavors...

4

Other (Dim Value 103)

Jose Maria da Fonseca

Big, ripe, and generous, layered with honey...

In this example, the following query:
<application>?N=0&Ntk=Description&Ntt=Ripe
returns records 1 and 4, because the navigation request is empty (N=0).
However, the following query:
<application>?N=101&Ntk=Description&Ntt=Ripe

returns only record 1, because the navigation request (N=101) is already filtering the record set to records 1 and 2.

The following query, which is missing a navigation request (N), is invalid:
<application>?Ntk=Description&Ntt=Ripe