Daniel15 / simple-nuget-server

A very simple PHP NuGet server
MIT License
116 stars 43 forks source link

Added user configurable sort order for search results #37

Closed dixong closed 5 years ago

dixong commented 5 years ago

Users can change the Config::$defaultSortOrder to whatever order they require, be it the current default of DownloadCount and Id or just alphabetic (Id).

Also the sort order of the PackageId is now case-insensitive