LinqToQuerystring icon indicating copy to clipboard operation
LinqToQuerystring copied to clipboard

plus symbol in query string fails orderby desc

Open jfrankelp opened this issue 10 years ago • 1 comments

The following fails: http://localhost/api/Services/Widgets?$orderby=Created+desc

Whereas the following succeeds: http://localhost/api/Services/Widgets?$orderby=Created desc

Only difference is a space between the Created and desc.

jfrankelp avatar Feb 19 '15 23:02 jfrankelp

+1 running into the same issue myself.

ccoulson avatar Mar 05 '15 15:03 ccoulson