Skip to content

Instantly share code, notes, and snippets.

@rayrutjes
Created November 10, 2017 19:21
Show Gist options
  • Save rayrutjes/506ddcc9580ec3453806df2a2ec13b8a to your computer and use it in GitHub Desktop.
Save rayrutjes/506ddcc9580ec3453806df2a2ec13b8a to your computer and use it in GitHub Desktop.
Javascript new deleteBy
// using no query parameters will clear the index
index.deleteBy({
// any browse-compatible search parameters
}, function(err) {
if (!err) {
console.log('success');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment