Is there a way to filter orders by id that contains a text? For example, if i have an order id that is table 2 and another order id that is Table 3, i want to query to return all orders where order id contains table. Is this possible?
Is there a way to filter orders by id that contains a text? For example, if i have an order id that is table 2 and another order id that is Table 3, i want to query to return all orders where order id contains table. Is this possible?
I am not sure what you are trying to do but using ids to do it does not seem like the correct approach. Regardless, there is no "like" query filtering functionality in the API that I am aware of.
Ok, title makes more sense, you said id in your original post, not title, and I was wondering how you were even doing that as the id is generated by Clover. There is not a way to do this sort of filtering in the API that I am aware of. You are going to have to find another way to query and get a limited result that you can then iterate through and filter on your end.
6 People are following this question.