orchestracities / anubis

Anubis: a flexible policy enforcement solution for NGSI APIs (and beyond!)
https://anubis-pep.readthedocs.org
Apache License 2.0
7 stars 5 forks source link

Order results when using pagination - take 2 #216

Open c0c0n3 opened 1 year ago

c0c0n3 commented 1 year ago

Describe the bug

208 asked to order result sets when using pagination. PR #212 implemented most of the needed fixes but left out just a couple of things in the middleware

This issues is just a reminder to fix up those two functions when we have time.

To Reproduce N/A

Expected behavior The middleware queries involving pagination order their result sets.

Additional context

208, #212