jaystack / odata-v4-mongodb

This server component lets you process OData requests over a MongoDB database
30 stars 22 forks source link

Call to odataV4.createFilter should not fail when a string literal contains a pipe character (0x7c) #2

Closed gochinj closed 7 years ago

lazarv commented 7 years ago

Hi @gochinj, this issue belongs into the odata-v4-parser repo. You have to correctly encode the URI. By the OData standard ABNF, these special characters are not allowed without URI encoding.