How to make auto Complete filters multiple contexts with an AND operator

Hi,
Is there any way I can return documents that match ALL the contexts?
I use
"contexts": {
"suggestfilter_groupid": [3],
"suggestfilter_userid": [306]
}

I want to just return documents that matches groupid 3 AND userid 306.
How do I do that?
Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.