Member Junction
    Preparing search index...

    Options for a FieldRulesProcessor.

    interface FieldRulesProcessorOptions {
        DryRun?: boolean;
        RuleSet: FieldRuleSet;
    }
    Index

    Properties

    Properties

    DryRun?: boolean

    When true, COMPUTE the changes but do NOT save — each result payload carries the per-field diff.

    RuleSet: FieldRuleSet

    The rules to apply to each record.