Sebastian Frank cf136772fe feat: improve sorting functionality in collectionGetHandler
The code changes in `handler.go` modify the `collectionGetHandler` function in the API handler. The changes introduce a more robust sorting functionality by splitting the sort parameter by comma and appending each part to the `clearedSort` slice. This allows for multiple sort criteria to be applied.
2024-07-01 15:05:36 +02:00
2022-12-07 15:18:55 +01:00
2022-12-07 15:18:55 +01:00
2022-02-09 22:00:02 +01:00
2022-02-14 16:04:27 +01:00
2022-02-09 22:00:02 +01:00
2022-02-14 14:45:43 +01:00
Description
No description provided
76 KiB
Languages
Go 100%