Homepage

IndexSearchCollection

Last edit: Oct 26, 2022

No description

type IndexSearchCollection {
  aggregations: Aggregations!
  current_page: Int!
  has_next_page: Boolean!
  has_previous_page: Boolean!
  per_page: Int!
  results: [Document!]
  total_entries: Int!
  total_pages: Int!
}

Fields

aggregations (Aggregations)

current_page (Int)

has_next_page (Boolean)

has_previous_page (Boolean)

per_page (Int)

results (Document)

total_entries (Int)

total_pages (Int)

Questions?

We are always happy to help with any questions you may have.

contact us