type

FindOptions

Projection, population, actor, draft, trash, and locale controls for one read.

Source ridu.go:82

Select[]query.Path
Restrict returned stored fields.
Populate[]query.Population
Expand configured relationship paths.
OutputFields[]query.Path
Limit computed and inverse-join fields independently of Select.
Draft*bool
Include drafts when true or require published content when false.
Actor*store.Document
Actor used by access rules.
ActorCollectionschema.CollectionSlug
Exact auth collection owning Actor; required to disambiguate multiple auth collections.
TrashOnlybool
Read from trash; valid only for trash-enabled collections.
Localeschema.LocaleCode
Selected content locale.
FallbackLocales[]schema.LocaleCode
Optional replacement fallback chain.
DisableFallbackbool
Disable locale fallbacks.
AllLocalesbool
Return all localized values.

The root package re-exports this type as ridu.FindOptions. A nil OutputFields resolves every output field; a non-nil empty slice resolves none.