odata-v4-mongodb
odata-v4-mongodb copied to clipboard
This server component lets you process OData requests over a MongoDB database
Hi, I stumbled across your package and found it useful for oData to MongoDB conversions. My main problem with it however arose from the lack of toUpper and toLower function...
Hi, I am getting exception while using '/' in expression value. for example: var query = createQuery("$filter=status ne 'FIXED/RESOLVED'"); Error: Unexpected character at 14$filter=status ne 'FIXED/RESOLVED' at D:\workspace\AmeriGas\API-Server\api-server\node_modules\odata-v4-parser\lib\parser.js:25:19 at Object.query...
Hi, We are using you module and it works great, but recent changes implemented by another extensions broke it and we have implemented 2 fixes: - Parsing correctly filter like:...
The parser contains this information, but it is not implemented by the mongodb filter creation. I looked at the code, but am not sure how it could best be implemented.
To include support for 'in' expression provided by developer l-Leniac