how to use sortby with (translated array) with pagination #850
Unanswered
YousufRizvi
asked this question in
Q&A
Replies: 3 comments 5 replies
-
what exactly is your question/problem? 😅 |
Beta Was this translation helpful? Give feedback.
1 reply
-
is this a JSON column, or embedded entity? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have this data and want to apply sorting on name which is saved like this in db {"myVehicle en","myVehicle fr"}
{ "id": "string", "name": { "en": "string", "fr": "string" }, "licenseNumber": "string", "manufacturer": "string", "modelYear": 0, "type": "string", "capacity": 0, "color": "string", "status": "string", "createdAt": "2024-01-09T12:38:11.325Z" }
Beta Was this translation helpful? Give feedback.
All reactions