typesense-ruby icon indicating copy to clipboard operation
typesense-ruby copied to clipboard

Collections with slash in name cannot be deleted

Open honzasterba opened this issue 2 years ago • 1 comments

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

honzasterba avatar Oct 09 '23 19:10 honzasterba

problem across all typsense libs not just ruby.

JoeGonzalez0886 avatar Jan 23 '24 20:01 JoeGonzalez0886