rero / ng-core

Angular library for Invenio
4 stars 12 forks source link

search: enable sort options #444

Closed sebdeleze closed 2 years ago

sebdeleze commented 3 years ago

Enables sort options to sort records.

Co-Authored-by: Sébastien Délèze sebastien.deleze@rero.ch

zannkukai commented 3 years ago

The sort configuration is already defined into the config.py from backend server. Maybe, it would be great to get it from an API call and don't rebuild a sort structure into UI. To minimize effort and allow both design, is it possible that https://github.com/rero/ng-core/pull/444/files#diff-5a0605e7093b4b1cf2d93d2afe69c1a36459ae356169bc04d576ec189a993981R543-R545 accept an Observable as entry data ?