Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Searching operates across the entire Registry. If an exact match for a given search term is found, the resulting match record will be displayed, otherwise a set of search results, grouped by object type, will be presented. Each model determines how to handle a search, including which fields to search, whether to look for a substring or an exact string, and whether to tokenize the search time (ie: split it on spaces and treat each token individually). The following models support searching:

  • Address* (street, tokenized)
  • CoDepartment (name, tokenized)
  • CoEmailList (name)
  • CoEnrollmentFlow (name, tokenized)
  • CoGroup (name, tokenized)CoGroup
  • CoPerson (via associated models)
  • CoPersonRole
  • CoPersonRole (title, o, ou, tokenized; also via associated models)
  • CoService (name, tokenized)CoService
  • EmailAddress* (mail, exact match only)
  • Identifier* (identifier, exact case sensitive match only)
  • Name* (given, middle, family, tokenized)
  • TelephoneNumber* (identifier, exact case sensitive match only)

*Only records associated with a CO Person or CO Person Role are currently supported. Searching records associated with an Org Identity is not currently supported. (CO-1537)

...