OpenWorksGroup / openbadges-directory

Mozilla Public License 2.0
12 stars 9 forks source link

Function to Bulk Delete Indexed Badges #32

Open kayaelle opened 10 years ago

kayaelle commented 10 years ago

We need a function to remove badges in bulk. Discovery badges need to be pulled out of the directory because they're demo badges.

jpcamara commented 10 years ago

New #deleteByEndpoint method on elasticsearch. You can use it by going to the root of the project, typing node directory-repl.js

deleteByEndpoint('http://anendpoint.com', function () {});