URL query parameters for phrase search

You can request phrase matching by enclosing a set of one or more search terms in quotation marks (ASCII character decimal 34, or hexadecimal 0x22). You can include phrase search queries in either record search or dimension search operations and combine phrase search with non-phrase search terms or other phrase terms.

Examples of phrase search queries

The following are examples of phrase search queries:
  • A record searh for phrase cd player is as follows:
    N=0&Ntk=All&Ntt=%22cd+player%22
  • A record searh for records containing phrase cd player and the word sony is as follows:
    N=0&Ntk=All&Ntt=%22cd+player%22+sony
  • A record search for records containing phrase cd player and also phrase optical output is as follows:
    N=0&Ntk=All&Ntt=%22cd+player%22+%22optical+output%22
  • A dimension search for dimension values containing the phrase Samuel Clemens is as follows:
    D=%22Samuel+Clemens%22