varfish-server
varfish-server copied to clipboard
Implement handling of 'order_by' and 'order_dir' parameters in SeqvarsResultRowViewSet
trafficstars
The parameters 'order_by' and 'order_dir' are currently defined in the API schema but not utilized in the 'get_queryset' method of SeqvarsResultRowViewSet. Implementing this functionality would allow API consumers to sort the results as expected.