In a more advanced application, users can search against multiple properties with multiple terms. To do this, Ntk and Ntt are used together.

You can implement searching multiple properties using AND Boolean logic with Ntk and Ntt with the following query:

Ntk=<property_key1>|<property_key2>
Ntt=<search_term1>|<search_term2>

In this query, each term is evaluated against the corresponding property. The returned record set represents an intersection of the multiple searches.

Example 60. Examples of searching multiple terms



Copyright © Legal Notices