Imagine I have a Collection of ids like:
[1,11,21]
[1,5,6]
[11,35,56]
I need to filter the Collection in order only to get the field which contains both 1 and 11. By doing a search.in I get 1 OR 11.
What would be the correct way of performing a filter to get fields with 1 AND 11?