Better handling of identities with multi-dimensions - faculty of dept x; staff of dept y also a student.

Creating membership expressions using multi-valued packed data is not easy. We have found we need to create custom attributes and create complicated matching statements.

More robust querying and attribute handling, including multidimensional data structures.
1. Ability to craft membership expression to isolate a single instance of a multi-valued attribute.
2. Better handling of complex strings, including the ability to use indeterminate length wildcards. E.g., *COE*01789*
3. Connect to other data, e.g., home/away sections, that aren't in identities but have data that needs to be part of query condition

Comments