Skip to content

chaining only after limit #842

@jwkvam

Description

@jwkvam

Maybe this is obvious but I was using only after limit and didn't understand why the only call had no effect. Would it be helpful to have this documented in the API?

So

Document.limit(1000).only('field')

was the same as

Document.limit(1000)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions