The FTS queries can be very simple, using a text string, but the language also supports complex queries with multiple matches, tokens, phrases, wildcards, ranges, and grouping. The syntax follows the format:
<field-name>:<search-value>
Where
<field-name> is the field within the SkyVault Records Management repository. For example, identifier is the field name for the unique Record identifier.
: (colon) is the separator
<search-value> is the value that you wish to match. Ensure that there is no space between the colon separator and the value.
The SkyVault Records Management model provides a large number of fields against which to search. The search query requires that you enter the internal name of these fields in the text box. The Insert Field menu list assists you when entering the fields.
To search for phrases, wrap the value string in "quotes". You can also use the wildcard matching characters, question mark (?) for a single character, and asterisk (*) for zero or more characters to apply to any text value.