How do I call the Magento API SOAP V2 with multiple complex filters to the same field? #2116
Unanswered
growit-chris
asked this question in
Questions & Answers
Replies: 1 comment
-
Seems like a reasonable expectation. Pull requests are welcome. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the Magento community in StackExchange seems to be dead (at least for version 1.x), I ask my question here. I hope you can help me. After all, it's a 'problem' of the Magento API. ;-)
How do I call the Magento API SOAP V2 with multiple complex filters to the same field?
In my case I use the salesOrderList function.
This source code does not work:
The final sql code only contains:
AND (increment_id NOT LIKE 'a_%')
But it should contain:
AND (increment_id NOT LIKE 'a_%') AND (increment_id NOT LIKE 'e_%')
For SQL it doesn't matter how many 'LIKE's I apply to a field?!!
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions