Aqualogic Interaction API  
 

PTSTextQueryParseMode.SEARCHBOX Field

Interpret this constraint as a query string entered by a user into a search box, which may contain query operators such as "and" or "or". Query operators are automatically recognized (in the language provided to the IPTSQueryRequest).

For example, the queries "dog and cat" (in English) and "perro y gato" (in Spanish) will require both tokens to be present in the field. "dog or cat" will match a field with either token.

Internet-style syntax, such as "dog +cat -mouse", is also recognized.

If the query contains multiple tokens but no query operators, the AND operator is assumed, i.e. "dog cat" is equivalent to "dog and cat".
public static readonly PTSTextQueryParseMode SEARCHBOX;

See Also

PTSTextQueryParseMode Class | com.plumtree.server.search Namespace