For the complete documentation index, see llms.txt. This page is also available as Markdown.

SearchFilterInput

Defines the filter options for doing full-text search.

input SearchFilterInput {
  accessControlActions: [AccessControlAction!]
  dataObjectIn: [String!]
  dataObjectTypes: [String!]
  dataSources: [String!]
  grantCategories: [String!]
  owners: [String!]
  tags: [TagFilter!]
  types: [SearchType!]
}

Fields

accessControlActions ● [AccessControlAction!] list enum

To search for access controls with specific actions.

dataObjectIn ● [String!] list scalar

To search for data objects within specific data object ancestors.

dataObjectTypes ● [String!] list scalar

To search for data objects with specific data object types.

dataSources ● [String!] list scalar

To search for data objects and access controls within specific data sources.

grantCategories ● [String!] list scalar

To search for access controls (grant) with specific categories.

owners ● [String!] list scalar

To search for entities which are owned by the given users or groups.

tags ● [TagFilter!] list input

To filter the search results by tags. For data objects this will look both up and down in the hierarchy.

types ● [SearchType!] list enum

Filter only on specific entity types.

Member Of

search query

Last updated

Was this helpful?