Does anyone know how to search a facet in DataDog using a string with a space. For example:
@MessageTemplate:*test appointment*
This does not work.
Thanks in advance!
You can use a single wildcard escape character to capture the space: @MessageTemplate:*test?appointment*