File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ The below table shows all the valid operators for `Find Blobs by Tags`:
139
139
| > | Greater than | ` "Date" > '2018-06-18' ` |
140
140
| >= | Greater than or equal | ` "Priority" >= '5' ` |
141
141
| < | Less than | ` "Age" < '32' ` |
142
- | <= | Less than or equal | ` "Company " <= 'Contoso ' ` |
142
+ | <= | Less than or equal | ` "Priority " <= '5 ' ` |
143
143
| AND | Logical and | ` "Rank" >= '010' AND "Rank" < '100' ` |
144
144
| @container | Scope to a specific container | ` @container = 'videofiles' AND "status" = 'done' ` |
145
145
@@ -165,7 +165,7 @@ The below table shows the valid operators for conditional operations:
165
165
| > | Greater than | ` "Date" > '2018-06-18' ` |
166
166
| >= | Greater than or equal | ` "Priority" >= '5' ` |
167
167
| < | Less than | ` "Age" < '32' ` |
168
- | <= | Less than or equal | ` "Company " <= 'Contoso ' ` |
168
+ | <= | Less than or equal | ` "Priority " <= '5 ' ` |
169
169
| AND | Logical and | ` "Rank" >= '010' AND "Rank" < '100' ` |
170
170
| OR | Logical or | ` "Status" = 'Done' OR "Priority" >= '05' ` |
171
171
You can’t perform that action at this time.
0 commit comments