odata-v4-mongodb
odata-v4-mongodb copied to clipboard
Fix for Equals Expression and tolower OData function
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: not (documentStatus eq 'OPEN'), current version parsing it to: documentStatus: not 'OPEN'
- handling tolower OData function
Thanks for the PR @marekkajda! Sorry for the delay. It seems like this would best be served with two PRs since the toLower seems much safer a change than the equality change though they both look good.
What do you mean "recent changes implemented by another extensions broke it"?
Sorry for being pedantic but I was only recently added to this project and am not sure of the scope.
Overall these changes look good however so I hope to move this along this week.
I added some hopefully simple requests for updates if you wish to merge these. Thanks again!