Hi,
In the filters doc is mentionned:
Within each array, its items are applied using an "OR" condition.
How can i do to have the "AND" condition?
For ex if if want all document with Washington AND Idaho?
"filters": {
"states": ["Washington", "Idaho"]
}
Tnx