jaystack / odata-v4-parser

OData v4 parser
38 stars 41 forks source link

url decoding #2

Closed hasyee closed 7 years ago

hasyee commented 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

lazarv commented 7 years ago

Fixed in commit f5f6a2bc3b65bc03a4d0f4e3d05347f22728ea96