1 Matching Annotations
  1. Sep 2020
    1. Model.find

      model.find()

      Accepts a query document (a JSON object) as the first argument, then a callback. It returns an array of matches from the collection for that model.