Closed honzasterba closed 2 months ago
When you create a collection with / in the name, its impossible to work with such collection and eventually delete it
create collection with / in the name try deleting it or importing some data into it
collection gets deleted (internally the client should escape slash (/) with %2F whenever collection name is put in the URL path
404 is retuned
Typesense Version: any
OS: any
problem across all typsense libs not just ruby.
Description
When you create a collection with / in the name, its impossible to work with such collection and eventually delete it
Steps to reproduce
create collection with / in the name try deleting it or importing some data into it
Expected Behavior
collection gets deleted (internally the client should escape slash (/) with %2F whenever collection name is put in the URL path
Actual Behavior
404 is retuned
Metadata
Typesense Version: any
OS: any