This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Open
Description
Is your feature request related to a problem? Please describe.
Currently need to be able to sort results by mutliple fields. I.e. have a startdatetime and enddatetime and need to be able to sort them by start date and end date so they line up properly.
Describe the solution you'd like
Would be nice if the orderBY GENERATED was like the Filterby, where it lists all the fields and you can put asc/desc but if they are not in their they are not sorted.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
Currently I have added a numeric sortOrder INT field and use that, but it a manual process that has to be constantly changing the number is you insert something.