Table

cm_group_filter_rules

Description

Per-CO Group Filter Rules

Plugin

Group Filter

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


group_filter_id

integer, foreign key

Group Filter ID

cm_group_filters:id


name_patternvarchar(1024)Name Pattern to matchRegular expression, including / delimiters
ordrintegerOrder in which this Rule is appliedLower values are processed first

required

integer

How this Rule is processed

  • 1: Required, must match or group is excluded
  • 0: Optional, if match group is included
  • -1: Not permitted, if match group is excluded

  • No labels