Error: ${tag_expression_error}

Tag expressions:

  • and for AND operation: tag1 and tag2
  • or for OR operation: tag1 or tag2
  • not for NOT operation: tag1 and not tag2
  • () to group sub-expressions:(tag1 or tag2) and not tag3
  • 'quoted string' to quote words with non-ASCII characters

${tag_title}

${tag_body}