Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
User and AnyObject group membership can be queried via FIQL as
$groups==root
and will return all users that are members of the root group.
A nice improvement is to allow expressions as
$groups==*child
to return users that are members of any group matching the provided wildcard expression, e.g.
- child
- mychild
- otherchild
and so on.