Hi,
I am trying to filter my customer search based on if the customer has tag1 or tag2.
My query is:
/admin/customers/search.json?query=tag1 OR tag2
When I run this, the output is of all the customers with tag 2 and if I remove the OR part, the output is of the customers with tag1.
Is it possible to have a search query with OR?
Thank you