Searching Help
In Sintelix help, there are several methods you can use to create effective search queries.
Full-text search
Sintelix help supports full-text search.
Full-text search will find matches with variant endings. For example, searching for ‘ingest’ will also find ‘ingesting’, ‘ingestion’ and ‘ingested’.
Full-text search is not case-sensitive. For example, searching for ‘ingest’ will find matches for ‘Ingest’ and ‘ingest’.
Phrase search
To search for phrases, enclose your search terms in quotation marks. This is useful when you want to restrict your search to terms that appear in an exact order.
For example, “metadata schema”.
Boolean operators

AND
To retrieve only topics that contain all of the words in the search query, separate the words with the AND operator. This operator is not case-sensitive.
When you separate terms with a blank space, the AND is always inferred. You can use the plus symbol (+) or the ampersand symbol (&) instead of the AND operator.
For example:
gold AND standard AND rules
gold + standard + rules
gold & standard & rules

OR
To retrieve topics that contain any of the words in the search query, separate the words with the OR operator. This operator is not case-sensitive.
You can use the pipe symbol ( | ) instead of the OR operator.
For example:
windows OR linux
windows | linux

NOT
To retrieve topics that do not contain a specific word, enter the carat symbol (^) before the word. This operator is not case-sensitive.
Do not type the word NOT or use an exclamation mark (!) to represent this operator. Use the carat symbol.
For example:
installation ^ windows
entity extraction scripts basic ^ advanced

PARENTHESES
To combine Boolean phrases and search terms, type parentheses around the combined terms.
For example, to search for topics containing ‘harvester’ and either ‘batch’ or ‘rule sets’, type harvester (batch or rule sets).
Asterisk wildcard
Sintelix help does not support the asterisk wildcard (*).