SUBSTRING

Selects documents by matching the character string you specify with a portion of the strings of the values stored in a specific document field. The characters that comprise the string can occur at the beginning of a field value, within a field value, or at the end of a field value.

For example, to retrieve documents whose titles contain words such as "solution", "resolution", "solve", and "resolve", you can enter the following:

TITLE <SUBSTRING> sol