I’m looking for a way to filter contacts by two fields, in this case Email and Phone.
If I try this, there are not results.
/contacts?filters[email]=some_email&filters[phone]=some_phone
Must return two contacts.
If I try this, then only finds by the second search.
/contacts?search=some_email&search=some_phone
This return one contact instead of two.
Some of our contacts have only email, other have only email.
What’s the correct way to find contacts using two fields?
Don’t know why this editor removes all line breaks btw.