To specify a Boolean search query, use the Ntx (for record search), and Dx (for dimension search) URL query parameters.
Record search.
Ntx=mode+matchboolean|...
Dimension search.
Dx=mode+matchboolean
You can specify the search mode independently for each record search operation contained in a navigation query, and for the dimension search query.
In MatchAll mode, results must contain text matching each user search query term in at least one location.
In MatchAny mode, results need only match a single user search term.
In MatchBoolean mode, the results must satisfy the specified Boolean expression.
<application>?N=0&Ntk=Brand&Ntt=Nike+or+Adidas &Ntx=mode+matchboolean <application>?N=0&Ntk=Title&Ntt=Japan+or+UK+not+USA &Ntx=mode+matchboolean <application>?D=solid+not+mahogany&Dx=mode+matchboolean