Filter Closures
You can specify a closure as the filter
argument that returns true for records that should be included in the final output. This is a great way to filter out any unecessary documents you do not want in the end result array.
Last updated