OBJECT

SearchResultParams

A convenience type to echo the SearchParams back in the results

link GraphQL Schema definition

  • type SearchResultParams {
  • # The search term used
  • keywords: String
  • # the codedquery provided
  • codedquery: String
  • # The refinements that were provided. E.g. Colour (attr & value)
  • refinements: [Refinement!]
  • # The folder/category which was searched within
  • folder: String
  • # The sort order that was used within the search request. E.g. price, -price,
  • # etc.
  • sort: String
  • }