Queries the collection for existing documents.
If no arguments are passed to find(), all documents of the collection will be returned.
http://www.mongodb.org/display/DOCS/Querying
See Implementation
Queries the collection for existing documents.
If no arguments are passed to find(), all documents of the collection will be returned.