Skip to content

Developer and user help around maxResults/defaultFetchSize/defaultPageLimitSize #238

Open
@molexx

Description

@molexx
  • Please can defaultMaxResults, defaultFetchSize and defaultPageLimitSize be documented - it's a bit confusing working out the differences between them.

  • if defaultPageLimitSize is greater than defaultMaxResults, defaultMaxResults is used. Maybe defaultMaxResults should be raised to match defaultPageLimitSize if it is greater?

  • Please note a breaking change in the changelog as now by default results will be restricted to 100, whether the query includes paging or not.

  • Is there a way to notify the caller that their requested page {limit} has been ignored because it is over the defaultPageLimitSize? Or if they did not specify paging that their results are restricted by the default? I'm not sure about creating an item in the errors array for it but there doesn't seem to be a place for warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions