Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Sorting added to the TokenCollection class

Choose a tag to compare

@zozlak zozlak released this 24 Aug 15:08

For large datasets client-side sorting may give wrong results (basically if the fetched data chunk is smaller then all matching tokens) therefore server-side sorting (applied before offset and limit clauses) was needed.

It was finally added.