Hello, started using typesense for an internal service and have been loving it. API's are great and easy to use.
I have hit one hurdle where I want to delete all documents for a collection. I know we can delete the collection itself but was checking if there is a way to delete all documents.
I have seen delete by filter_by api as well, but I cannot run something like name "not equal"(name: !="blah") to match all documents and delete them. Any pointers?