Using Wildcards

Nebula searches can use wildcard characters for both single and sequential charcater searches. The following wildcards can be used in Nebula searches:

? (for a single character)

* (for text matching zero or more sequential characters)

Examples

A text search for h?t would locate all documents with the words hat, hit, hot, and hut,, but not hoot or heist.

A text search for run* would locate all documents with the word run, running, runner, runneth, rune, and runt.

You can use wildcard characters in the beginning, middle, or end of a term. For example, te*t would match test, text, and tenant, while *est would match pest and test.