Skip to content

Batch delete expects an array of Int for document id (even though string document ids are also valid) #330

Closed
@aronbudinszky

Description

@aronbudinszky

Description
Batch deletion from index expects an array of int for document ID even though said ID can be any valid String, such as a UUID for example.

Expected behavior
Batch deletion should work similar to single deletion - it should accept strings of any kind.

Environment (please complete the following information):

  • OS: Ubuntu 22.04
  • Meilisearch version: 0.28
  • meilisearch-swift version: 0.14.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions