Skip to content

[Meilisearch v1.31] Allow skipCreation when adding/replacing documents #919

Description

@Strift

Description

Meilisearch v1.31.0 introduced a new skipCreation parameter to skip document creationg when using:

We want to update this SDK to allow passing the skipCreation parameter to the relevant API calls:

  • POST /indexes/{index_uid}/documents
  • PUT /indexes/{index_uid}/documents

Tasks

  • Update documents API methods to accept a boolean to skip creation
  • Update test cases for the relevant methods
  • Update the examples in .code-samples.meilisearch.yaml under the add_or_replace_documents_1 and add_or_update_documents_1 keys

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions