We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ded23 commit be4446cCopy full SHA for be4446c
ServiceNow/config/main.json
@@ -76,13 +76,13 @@
76
{
77
"Name": "-like",
78
"QueryOperator": "LIKE",
79
- "Description": "string is found anywhere in field",
+ "Description": "value is found anywhere in field",
80
"RequiresValue": true
81
},
82
83
"Name": "-notlike",
84
"QueryOperator": "NOTLIKE",
85
- "Description": "string is not found anywhere in field",
+ "Description": "value is not found anywhere in field",
86
87
88
0 commit comments