@Jason Bosco how do you delete all documents in the collection using the dashboard?
j
Jason Bosco
06/14/2021, 3:42 PM
We’re yet to add a way to truncate a collection in Typesense core. So until then you want to delete by query using a numerical field, and do something like numerical_field:>=0
Jason Bosco
06/14/2021, 3:42 PM
You’ll find this option under delete documents
s
Stephano Paraskeva
06/14/2021, 4:42 PM
Okay yeah, thanks. I actually tried running that abs it didn’t delete any items, I’ll try again next time I have documents (ended up just deleting collection) and let u know here it it worked