Packages

A Meilisearch client for Gleam

Current section

Files

Jump to
dewey include dewey_GetDocumentsOptions.hrl
Raw

include/dewey_GetDocumentsOptions.hrl

-record(get_documents_options, {
offset :: integer(),
limit :: integer(),
fields :: gleam@option:option(list(binary())),
filter :: gleam@option:option(binary()),
retrieve_vectors :: boolean(),
sort :: gleam@option:option(binary()),
ids :: gleam@option:option(list(binary()))
}).