Issue Deleting Collection Names with Periods on Typesense Cloud
TLDR Peter reported difficulty deleting certain collection names on the Typesense Cloud. Kishore Nallan and Jason identified it as a cloud UI encoding issue and resolved it.
1
1
Feb 15, 2022 (21 months ago)
Peter
04:55 AM<http://cloud.typesense.org|cloud.typesense.org>
: I have collection names which have period in their name, e.g. client_a.2022-02-14
. When i try to delete them using the UI, I frequently get Error: Request failed with HTTP code 404 | Server said: No collection with name 'client_a' found.
and the delete is not performed (no issues deleting via the JS client).Kishore Nallan
04:57 AMKishore Nallan
05:05 AM1
Feb 16, 2022 (21 months ago)
Jason
12:35 AM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Bug in Typesense Collection Naming with '#'
Gabriel identified a bug with using '#' in a Typesense collection name. The issue occurs with collection retrieval in the JS library, even when '#' is URL-encoded. Jason and Adarsh recognized the problem and Gabriel created a Github issue for it.
Issue with Typesense Schema and Ruby Client
Mateo faces issues while creating a schema and using Ruby client for Typesense. Jason suggests using a new field instead of 'id' and provides assistance for Ruby client errors.
Systemic Deletion of Collection in Typesense on Amazon EC2 Instance
Tatu's Typesense collections were mysteriously disappearing. After investigating with Kishore Nallan, they discovered it was due to misuse of the PHP library which deleted the whole collection instead of a single record.