Closed pdw207 closed 6 years ago
Hey @KamillaKhabibrakhmanova, some of this work has been done using the odata-v4-mongodb library to conform with odata and some of the date and implemented on the client on #83
It did expose an issue that may be due to the specific library thought, so I opened an issue to track
const filter = createFilter(query.$filter);
console.log('mongo db filter from odata: ' + JSON.stringify(filter));
I filed a PR to see if the source library can be fixed:
This has been fixed
I'll start on this one