Sorts and paginates the given ResultItems.
First the given items are sorted by the rules specified in "options.sort". Afterwards a section of the sorted result is created and returned. The returned section starts at index "options.start" and has got a maximum length of "options.count".
Result of a query.
Optional
Options with sort/start/count flags.
Sorted section of the given result.
Generated using TypeDoc
Sorts and paginates the given ResultItems.
First the given items are sorted by the rules specified in "options.sort". Afterwards a section of the sorted result is created and returned. The returned section starts at index "options.start" and has got a maximum length of "options.count".