Skip to content

query_paged is a misleading name #940

@Lorak-mmk

Description

@Lorak-mmk

query_paged suggests that the executed query will be paged, while this is not the case.
Whether the query is paged or not is controlled by querie's page_size attribute.
The only difference between query and query_paged is that the former accepts custom paging_state, so something like query_with_paging_state would probably be a better name.

Metadata

Metadata

Assignees

Labels

API-breakingThis might introduce incompatible API changesgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions