Perhaps Paul meant to just link to the repo, meaning "go read the docs", but accidentally linked to the issues page? Oh -- now that I look into it -- perhaps it is actually a missing feature that you could open an issue about to see if the maintainer would be open to a pull request with the new functionality. The NeDB API is intended to be a subset of the MongoDB API and Mongo has a collection.distinct() command that isn't implemented for NeDB yet: http://docs.mongodb.org/manual/reference/method/db.collection.distinct/
You could just write it in client code using _.uniq() or writing your own unique function -- or you could implement it inside NeDB and send a Pull request with the feature to get it upstreamed... -- peter -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
