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 4c9e039 commit 27ef756Copy full SHA for 27ef756
docs/learn/deprecated/business-rules-validation/index.md
@@ -74,7 +74,10 @@ Head over to [Configuration examples](./configuration-examples.md) page for coll
74
75
// The condition that has to be met in order for validation to be applied (optional).
76
// Do not confuse with the rule. This option only controls whether the rule is applied or not.
77
- "condition": "has_value({document_id})"
+ "condition": "has_value({document_id})",
78
+
79
+ // An option to automatically converts data types during processing (enabled by default).
80
+ "autocast_types": "true"
81
}
82
]
83
0 commit comments