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

Add filterableAttributes syntax API to settings

Open kumarUjjawal opened this issue 1 month ago • 5 comments

Pull Request

Related issue

Fixes #660

What does this PR do?

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?

Thank you so much for contributing to Meilisearch!

Summary by CodeRabbit

  • New Features

    • Filterable attributes now accept either simple attribute names or richer settings with feature modes.
    • Retrieval and update operations support the mixed-syntax representation.
  • Backward Compatibility

    • Existing simple-name workflows continue to work and are automatically mapped to the new format.
  • Documentation / Tests

    • Examples and tests updated to demonstrate mixed-syntax usage.

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

kumarUjjawal avatar Nov 10 '25 07:11 kumarUjjawal