OBJECT

SearchResultGroup

Grouping search results by folder with refinement details

link GraphQL Schema definition

  • type SearchResultGroup {
  • # The name/path of the group
  • name: String!
  • # The number of items within the group
  • count: Int
  • # Any suggested refinements to narrow down the search results
  • suggested_refinements: [SuggestedRefinement]
  • }