Flussi di lavoro di Discourse

Voglio assegnare un tag a un argomento se viene creato con un testo specifico. Esiste un modo per usare le minuscole per {{ $JSON.topic.title }} in modo che questa condizione risulti vera per “pub run”, “Pub Run” e “pUb rUn”?

(estratto)

{
      "id": "db9e2fa2-0008-4110-9c77-f1060124d7e7",
      "type": "condition:if",
      "typeVersion": "1.0",
      "name": "If",
      "parameters": {
        "combinator": "and",
        "conditions": [
          {
            "id": "29d3ed6c-e984-4d9b-83bf-861bd11b4b0a",
            "operator": {
              "type": "string",
              "operation": "contains",
              "singleValue": false
            },
            "leftValue": "={{ $json.topic.title }}",
            "rightValue": "pub run"
          }
        ]
      },