Skip to main content

Person Filter Category Object Model

Key: personFilterCategory

The Person Filter Category Object Model is designed to enhance the search experience for person by enabling advanced filtering capabilities.

Key

  • Key: key
  • Data Type: string
  • Description: Represents the unique data type key for the filter category.
  • Example: topicsOfInterest

Name

  • Key: name
  • Data Type: string
  • Description: A user-friendly name that corresponds to the key, improving readability.
  • Example: Interest

Description

  • Key: description
  • Data Type: string
  • Description: A brief, friendly description of the filter category, intended to guide users in the UI.
  • Example: Covers various topics that individuals show interest in within professional settings.

Example

{
"key": "department",
"name": "Department",
"description": "The department where the employee works based on his title."
}