Skip to main content

rulePilotUnsupportedOperators

const rulePilotUnsupportedOperators: ReadonlySet<string>

Defined in: rules-engine/src/utils/formatRulesEngine/defaultRuleProcessorRulePilot.ts:19

React Query Builder substring operators that the "rulepilot" export format cannot represent. rulepilot's only string-matching operator, matches, builds the regular expression from the runtime fact and tests it against the rule value (new RegExp(fact).test(value))—the inverse of what these operators require—so there is no faithful mapping. Rules using these operators are skipped (treated as invalid) during export; see defaultRuleGroupProcessorRulePilot.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.