node-simple-odata-server icon indicating copy to clipboard operation
node-simple-odata-server copied to clipboard

Extending the query with $batch & $search

Open aaqilniz opened this issue 3 years ago • 1 comments

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.

aaqilniz avatar Jun 16 '21 04:06 aaqilniz

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.

pofider avatar Jun 24 '21 12:06 pofider