I added the removeAll function to react-minisearch: it's simply a wrapper around the MiniSearch removeAll function and, as the original function, it can be called with an array of documents (to delete only those) or with no arguments (to delete all).
Hi Luca,
I added the
removeAll
function toreact-minisearch
: it's simply a wrapper around the MiniSearchremoveAll
function and, as the original function, it can be called with an array of documents (to delete only those) or with no arguments (to delete all).BTW,
react-minisearch
is great, I love it :)