Hello,
The example query shared in the original post would return the expected results. Another way to perform this search would be to use a ‘leading wildcard’ search (i.e. *123456) however this search option is off by default because it has the potential to affect system performance. ElasticSearch guidelines also recommend not allowing this option because wildcard queries (especially leading wildcard searches) can use a lot of memory due to the number of terms they need to query.
This setting can be enabled for Visual Investigator via SAS Environment Manager (textQueryLeadingWildcardAllowed) but should be used with caution as mentioned above – see the VI product documentation for details.
For further information and guidance please contact SAS Technical Support.
Thanks,
Susan