match
Filter documents ($match stage).
Example:
.match {
Product::status eq "active"
Product::price gte 100
}Content copied to clipboard
Filter documents ($match stage).
Example:
.match {
Product::status eq "active"
Product::price gte 100
}