Resource API q string
Summary
Resource API q stringContent
Quick question - I passed two conditions with or and got different result. I wondered why.
Here is the detail,
1. When i call this in postman - https://pod/crmRestApi/resources/11.13.18.05/resources?q=PersonLastName LIKE 'liu%' or PersonFirstName LIKE 'adam%'
I got resource 'adam liu' and 'tester liu' returned.
2. When i call this in postman - https://pod/crmRestApi/resources/11.13.18.05/resources?q=PersonFirstName LIKE 'adam%' or PersonLastName LIKE 'liu%'
I only got resource 'adam liu' returned.
Any idea why 'tester liu' is not returned in 2nd call?
Thanks,
Adam
Version
Tagged:
0