Fix Meilisearch: Limit the text search scope using attributesToSearchOn

This commit is contained in:
Maurus Decimus
2026-07-05 11:22:09 +02:00
parent 448a0c1b08
commit 74ac0a7f0d
2 changed files with 23 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
- Masked emails: Return `UnknownRecipient` only for disabled or expired masked emails.
- IDN: `sanitize_email` rejects valid Punycode domains.
- Auto-ban: IP block expiration ignores per-reason ban durations.
- Meilisearch: Limit the text search scope using `attributesToSearchOn`.
## [0.16.11] - 2026-06-25