tspence / csharp-searchlight

A lightweight, secure framework for a fluent REST API with robust, secure searching features.
Apache License 2.0
11 stars 7 forks source link

Add support for use of ascending as well as descending as sorting tokens #53

Closed kimsternator closed 3 years ago

kimsternator commented 3 years ago

Currently, there is only support for ASC and DESC but there is none for the full word.

tspence commented 3 years ago

Agree with this. We should support "ascending" as well as "asc" as well as "ASC".

tspence commented 3 years ago

Fixed in 0.9.7