SchemaPipeline.match

Filters the documents to pass only the documents that match the specified condition(s) to the next pipeline stage. MongoDB Documentation: https://docs.mongodb.com/manual/reference/operator/aggregation/match/#pipe._S_match

  1. SchemaPipeline match(Bson query)
  2. SchemaPipeline match(Query!T query)
    struct SchemaPipeline
    @safe
    match
    (
    T
    )
    (
    Query!T query
    )
  3. SchemaPipeline match(T[string] query)

Meta