When using the query syntax to concatenate two strings, the query fails if the amending string contains '. This is the case when using the exposed concat function and manually typing the expression like:
{ [QUERY_SYMBOLS.EXPRESSION]: `concat(${QUERY_SYMBOLS.FIELD}thoughts, '${delta}')`}
When using the query syntax to concatenate two strings, the query fails if the amending string contains
'. This is the case when using the exposedconcatfunction and manually typing the expression like: