pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

Extending the query with $batch & $search #43

Open aaqilniz opened 3 years ago

aaqilniz commented 3 years ago

Hi @pofider. node-simple-odata-server is using auth0's node-odata-parser, which doesn't parse the $batch & $search query parameters. Is there any way to extend the node-simple-odata-server to support $batch & $search and anything else that's not being parsed by the parser?

node-odata-parser is achieved, so it's probably not possible to extend the parser to include the $batch and other features.

pofider commented 3 years ago

Hi,

I don't plan to extend the functionalities on my own. I implemented features I needed and don't have time for further improvements. Feel free to fork and add additional features and PR back if you are able to complete it.