Web-based responsive document annotation tool
activeannoservice / project.filter / ContainsAll / <init>
ContainsAll(key:
String
, value:
List
<
Any
?>)
Equivalent to And connection between Contains conditions, exists as shorthand Example: { tags: { $all: ssl,security } } => { $and: {tags:ssl},{tags:security} }