I am new to keystonejs. My question is very generic. How to remove multiple documents from Collection.
tried keystone.list('students').find({'class':'id'}).remove().exec()
but its not working. How suppose I shoud do this?
I am new to keystonejs. My question is very generic. How to remove multiple documents from Collection.
tried keystone.list('students').find({'class':'id'}).remove().exec()
but its not working. How suppose I shoud do this?