Skip to content

Commit 27ef756

Browse files
committed
update
1 parent 4c9e039 commit 27ef756

File tree

1 file changed

+4
-1
lines changed
  • docs/learn/deprecated/business-rules-validation

1 file changed

+4
-1
lines changed

docs/learn/deprecated/business-rules-validation/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ Head over to [Configuration examples](./configuration-examples.md) page for coll
7474

7575
// The condition that has to be met in order for validation to be applied (optional).
7676
// Do not confuse with the rule. This option only controls whether the rule is applied or not.
77-
"condition": "has_value({document_id})"
77+
"condition": "has_value({document_id})",
78+
79+
// An option to automatically converts data types during processing (enabled by default).
80+
"autocast_types": "true"
7881
}
7982
]
8083
}

0 commit comments

Comments
 (0)