File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,17 +148,17 @@ It is worth mentioning that the compute offering or disk offering tags are injec
148148
149149Example: tags[0] == "slow" || tags[1] == "fast"
150150 Tags and results:
151- “slow,fast” -> TRUE
152- “fast,slow” -> FALSE
153- “fast” -> FALSE
151+ - “slow,fast” -> TRUE
152+ - “fast,slow” -> FALSE
153+ - “fast” -> FALSE
154154
155155If you want to avoid dependency on tag order, use the following approach:
156156
157157Example: tags.indexOf('slow') >= 0 || tags.indexOf('fast') >= 0
158158 Tags and results:
159- “slow,fast” -> TRUE
160- “fast,slow” -> TRUE
161- “fast” -> TRUE
159+ - “slow,fast” -> TRUE
160+ - “fast,slow” -> TRUE
161+ - “fast” -> TRUE
162162
163163
164164It's also important to mention that flexible tags are not compatible with quota's activation rules.
You can’t perform that action at this time.
0 commit comments