The Group Filter Plugin filters which CO Groups are passed through to the connected context. Rules are processed for each CO Group passed to the Group Filter Plugin.

Configuration

  1. This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.

  2. After instantiating the plugin as a Data Filter, proceed to the plugin's Configuration page.
  3. From this page, click Attach Group Data Filter Rules.

Rule Processing

This Rule Processing configuration is experimental, and may change across minor releases.

Group Data Filter Rules are processed in the order configured, where rules with lower Order values are processed first. If two rules have the same Order, it is not specified which will be processed first.

Each Rules contains a Name Pattern, which is a full regular expression, including the slash (/) delimiters. For example, the Pattern /^Foo/ matches all strings beginning with the text Foo.

Each Rule also has a Required value, which may be RequiredOptional, or Not Permitted. Rules are processed accordingly:

While the Group Filter Plugin only operates on the CO Group Name, but running a CO Group Name Filter beforehand can be used to replace the CO Group Name with an Identifier attached to the Group, allowing filtering by Identifier as well.

Supported Contexts