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

Add Meilisearch v1.18.0 support

Open psylone opened this issue 2 months ago • 1 comments

Pull Request

Related issue

Fixes #650

What does this PR do?

  • Add index rename docs and specs
  • Support index renaming via swap_indexes
  • Add spec for retrieve_vectors search parameter

PR checklist

Please check if your PR fulfills the following requirements:

  • [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • [x] Have you read the contributing guidelines?
  • [x] Have you made sure that the title is accurate and descriptive of the changes?

Summary by CodeRabbit

Release Notes

  • New Features

    • Added support for retrieving vectors in search results using the retrieve_vectors parameter
    • Enhanced index swap functionality for more flexible index operations
  • Documentation

    • Clarified that index updates can now rename the index UID and/or update the primary key
    • Added code examples demonstrating index renaming and vector retrieval in search operations

✏️ Tip: You can customize this high-level summary in your review settings.

psylone avatar Dec 09 '25 20:12 psylone