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.