Enter any text, including terms, components, error messages
Be specific, especially when referring to specialized terms; for example, searching for a function add the parentheses (sort() rather than sort)
For exact string matches, use parentheses around the term, eg. (search term). Double quotes, "search term" will be translated to this form.
Search text is interpreted as a quasi-regular expression:
Most JavaScript regular expression patterns are supported. For example, try an or search (bar|pie) or character match [a-z][0-9]
Most special characters for regular expressions are interpreted normally; the only exception is () which is always translated to \(\) so that it can be used for function matching.
Complex matches, like all the array functions that dont start with 'a-g' after the colon, should work as expected: array:[^a-g].*()
Multiple matches may be distinguished by the domain or area to which it relates, for example Environment Variable or Knowledge Base
Matches pages and sections are returned in priority order
Items marked Authoritative are considered the key page for a given term or expression
Searches are context sensitive and will return documents within the current library version
If the same document appears in more than one version of the manual, links to other versions are provided
You can navigate the search using the keyboard:
Ctrl/Cmd + 1-9: Jump to results 1-9
Ctrl/Cmd + 0: Jump to result 10
Up/Down arrows: Navigate through results
Enter: Open currently selected result
Escape: Clear selection and return focus to search box
Filtering by Domain allows you to specific areas or types of content; for example, pages specifically about Data Ingestion or pages where contextual types such as Functions are used.
Filtering by Release or License type searches specific products or versions across multiple documents.
Filtering by Version and Function allows searching in specific manuals.