Description
-
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 theerrors
array for it but there doesn't seem to be a place for warnings.