This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Sorting added to the TokenCollection class
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.