-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
API-breakingThis might introduce incompatible API changesThis might introduce incompatible API changesgood first issueGood for newcomersGood for newcomers
Milestone
Description
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.
wprzytula
Metadata
Metadata
Assignees
Labels
API-breakingThis might introduce incompatible API changesThis might introduce incompatible API changesgood first issueGood for newcomersGood for newcomers