Back to notes

Filtering and Pagination

Query patterns

The starter shows a few common content.list options:

  1. state: 'published'
  2. locale for the active language
  3. paginate with page
  4. Filters such as filters[slug][$eq]

See lib/content.ts for copyable examples.