Skip to content
Snippets Groups Projects
Commit f9ef0904 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Bring back the 'contains' operator

parent d0fe2e83
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,18 @@ const operators = `
</shadow>
</value>
</block>
<block type="operator_contains" id="operator_contains">
<value name="STRING1">
<shadow type="text">
<field name="TEXT">hello</field>
</shadow>
</value>
<value name="STRING2">
<shadow type="text">
<field name="TEXT">world</field>
</shadow>
</value>
</block>
${blockSeparator}
<block type="operator_mod">
<value name="NUM1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment