Search with Partial Text Strings
To prevent tokenization of messages and text-type strings, prefixes must be added to wildcards when you search with partial text strings.
The following ADQL query uses a partial text string to search for the word example
:
SELECT * FROM logs WHERE message = "*xample"