Skip to main content

getExpressionRuleProcessorMongoDB()

getExpressionRuleProcessorMongoDB(serializers?: MongoAggSerializerRegistry): RuleProcessor

Defined in: expr/src/processors/getExpressionRuleProcessorMongoDB.ts:11

Generates a rule processor with expression support for use by formatQuery with the (deprecated) "mongodb" format. Wraps getExpressionRuleProcessorMongoDBQuery, JSON-stringifying its output.

Parameters

ParameterType
serializers?MongoAggSerializerRegistry

Returns

RuleProcessor


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.