Issue with Deleting Documents Using Base64 String IDs in Typesense
TLDR Sean faced issues deleting documents with base64 string IDs in Typesense. Jason clarified that the error was fixed in newer versions, suggesting collection deletion and reindexing as a solution.
Jun 16, 2022 (19 months ago)
Sean
07:36 PMThis is causing issues trying to delete the document from the collection for any id that contains a forward slash. Why?
This is the error I get.
Funny thing is a can edit the document just fine
Sean
07:41 PMJason
08:10 PMSean
08:52 PMJason
09:10 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Deleting and Creating Documents in Typesense
Priyank asked for help with deleting and creating documents in Typesense and found the problem to be an issue with their own code. Jason offered support.
Effective Document Deletion Strategies in Typesense
Adrian asked about deleting potentially non-existent documents. Pantelis suggested using IDs for document deletion or queries within delete function. Adrian decided to use query-based deletions.
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.