Hello.
I would like to address this issue as I cannot find any solution to it.
I call function raw, like this: Service.query(entity).raw("('ID')")
And it keeps creating request url like this: /odata/Products?('ID')
Using .get is not an option as .get uses filter on get-all which I dont have implemented!