Closed n321203 closed 8 years ago
Feature request: Allow an array of labels to be passed to db.save():
db.save({title: 'Seraph', data:123}, ['Library', 'Cool', 'Todo'], function(err, node) { })
This should absolutely work. I've added a test for it here f48eda2 - and it's passing for me. Open again if you're having troubles with it.
Feature request: Allow an array of labels to be passed to db.save():