[Index]

Model: data/UserSavedSearch

Stores Business Admin Portal per user saved searches.

Model Details: data/UserSavedSearch

Title Description Details
User PKID * The PKID corresponding to a valid user.
  • Field Name: user_pkid
  • Type: String
Username The username of the user who created the saved search.
  • Field Name: username
  • Type: String
Saved Search Name The name of the saved search.
  • Field Name: name
  • Type: String
Model Type The model type for which the saved search was created.
  • Field Name: featureName
  • Type: String
Menu Hash The hash of the menu where this saved search is used. This is used to identify the context in which the saved search was created.
  • Field Name: menu_hash
  • Type: String
List View Title The title to display on the list view for this saved search.
  • Field Name: list_view_title
  • Type: String
Query
  • Field Name: query
  • Type: String
Saved Search Type
  • Field Name: type
  • Type: String
  • Choices: ["filters"]
Configurable Filters Configurable filters for the saved search. These filters can be modified or removed by the user.
  • Field Name: filters.[n]
  • Type: Array
field
  • Field Name: filters.[n].field
  • Type: String
condition
  • Field Name: filters.[n].condition
  • Type: String
value
  • Field Name: filters.[n].value
  • Type: String
fromValue
  • Field Name: filters.[n].fromValue
  • Type: String
toValue
  • Field Name: filters.[n].toValue
  • Type: String
Ignore Case
  • Field Name: filters.[n].ignoreCase
  • Type: Boolean
Fixed Filters Fixed filters for the saved search. These filters are hidden and cannot be removed by the user.
  • Field Name: fixed_filters.[n]
  • Type: Array
field
  • Field Name: fixed_filters.[n].field
  • Type: String
condition
  • Field Name: fixed_filters.[n].condition
  • Type: String
value
  • Field Name: fixed_filters.[n].value
  • Type: String
fromValue
  • Field Name: fixed_filters.[n].fromValue
  • Type: String
toValue
  • Field Name: fixed_filters.[n].toValue
  • Type: String
Ignore Case
  • Field Name: fixed_filters.[n].ignoreCase
  • Type: Boolean
Field Display Policy Field display policy for the saved search.
  • Field Name: field_display_policy
  • Type: String
Dropdown Filter
  • Field Name: dropdown_filter
  • Type: Boolean
Enable Filter
  • Field Name: enabled
  • Type: Boolean