curiosity26/ODataQuery-PHP

Single quotes around operators

Closed this issue · 1 comments

When using (for example) the eq operator and as value a sentece, we should wrap the value in single quotes:
http://192.168.0.15:7078/Instance/OData/Company?$filter=Name eq '92 Company BV'&$format=json

mm, you have the equalString()...