Added sorting to all controller classes to get many method, sorting represented by 2 params:
-
sort
(field name) -
order
- sorting direction (supports onlyasc
ordesc
)
Additionally were completed following features:
- Sorting was added to
EFModelManager
andsort
represents model property name therefore all Manager classes that works withEF
asDataContext
have builtin sorting - Sorting was implemented in demo project in
EdgeDbManager
(edgedb
) inEqlResolver
class, see