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
1e1bb13b9f
fixed sort via pipeline in mgocrud
v2.0.17
2022-12-07 15:18:55 +01:00
89f1535ecd
mgocrud update
v2.0.16
2022-02-21 15:27:22 +01:00
7ad97385db
ValidateObject not in interface
v2.0.15
2022-02-14 16:04:27 +01:00
aa8a1fa46f
modelRegistry per api
v2.0.14
2022-02-14 14:45:43 +01:00
211394c1f1
ensure multiple index via db interface
v2.0.13
2022-02-10 16:11:55 +01:00
ffed21dfee
removed debug msg
v2.0.12
2022-02-10 15:34:19 +01:00
ab2b1aab63
db via interface
v2.0.11
2022-02-10 15:30:10 +01:00
e2e6cb557d
db via interface
2022-02-10 15:15:15 +01:00
e574667a8c
types
v2.0.9
2022-02-09 22:00:02 +01:00
0a966a637b
db connect
v2.0.8
2022-02-09 21:12:04 +01:00
b59be1a9d7
db interface
v2.0.6
2022-02-09 20:33:13 +01:00
d116f5d938
db interface
v2.0.5
2022-02-09 20:21:08 +01:00
2b4f13f807
mgocrud v2.0.4
v2.0.1
2022-02-09 18:57:26 +01:00
119243297e
using mgocrud interfaces instead of mgo
v2.0.0
2022-02-09 15:55:43 +01:00
7b75e504ac
go mod
v1.0.0
2021-03-01 13:55:40 +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
fe48c8cb73
cache ValidateAuthToken
2020-09-30 12:13:37 +02: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