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
0a966a637b
db connect
2022-02-09 21:12:04 +01:00
d116f5d938
db interface
2022-02-09 20:21:08 +01:00
119243297e
using mgocrud interfaces instead of mgo
2022-02-09 15:55:43 +01:00
ca73fdecf2
output stack in errors
2020-11-28 21:00:36 +01:00
641d96c837
print stack on errors
2020-11-28 19:56:43 +01:00
Sebastian Frank
7f98182e94
proccessResults also for put/post
2019-11-30 14:08:42 +01:00
Sebastian Frank
c2e158070f
accept all datatypes in put
2019-11-28 19:11:44 +01:00
Sebastian Frank
1c73d0736c
fixed changing slices
2019-11-14 14:48:48 +01:00
Sebastian Frank
90ef7bacca
fixed readDocument in POST
2019-09-17 11:17:18 +02:00
Sebastian Frank
35bfaa7aa4
Validate, Saved hooks
2019-09-16 11:53:02 +02:00
Sebastian Frank
0c9eb1c6fb
changed git.basehosts.de to gitbase.de
2018-03-20 14:51:40 +01:00
Sebastian Frank
1d36dd9bed
Initial commit
2018-03-20 14:15:01 +01:00