Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/collections/docs/conditional-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ Available operators include:
| `<` | Less than comparison. |
| `<=` | Less than or equal to comparison. |
| `contains` `includes` | Check if array contains a value, or if a string contains a sub-string value. |
| `contains_any` `includes_any` | Check if array contains any of a comma-separated list of values, or if a string contains any of a comma-separated list of sub-strings values. |
| `contains_any` | Check if any of a comma-separated list of values is contained in an array or string (also matches sub-strings). |
| `includes_any` | Check if any of a comma-separated list of values is included in an array or matches a string exactly. |

Available right-hand-side literals/options include:

Expand Down