<@U01NZ4D0LDD> how do you delete all documents in ...
# community-help
s
@Jason Bosco how do you delete all documents in the collection using the dashboard?
j
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
You’ll find this option under delete documents
s
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
👍 1