When making a tag query with special (non alpha-numeric) characters, those must be escaped with a `\` else you'll receive a syntax error. Since the command builder allows a string to be provided for the query this could get tricky.
When making a tag query with special (non alpha-numeric) characters, those must be escaped with a
\else you'll receive a syntax error.Since the command builder allows a string to be provided for the query this could get tricky.