Closed hasyee closed 7 years ago
The parser throws error Fail at 0 in this case: /Products?%24orderby=Name. It only works when url is not encoded: /Products?$orderby=Name
Fail at 0
/Products?%24orderby=Name
/Products?$orderby=Name
Fixed in commit f5f6a2bc3b65bc03a4d0f4e3d05347f22728ea96
The parser throws error
Fail at 0
in this case:/Products?%24orderby=Name
. It only works when url is not encoded:/Products?$orderby=Name