M

Meilisearch

M
Meilisearch Database v1.53.2

v1.53.2 🖇️​

🪲 Bug fixes Remove 100ms penalty on task replication by @dureuill in #6612 Do not highlight stop-words by @harismuzaffer in #6595 Include last indexed documents in exactness ranking rule when updating searchable attributes in settings by @harismuzaffer in #6604 🔒 Security Tie authorization to index opening by @ManyTheFish in #6610 🔩 Miscellaneous Add context for CorruptedTaskQueue error in message…

M
Meilisearch Database v1.53.1

v1.53.1 🖇️​

✨ Enhancement Add an env var to change the task queue readers by @ManyTheFish in #6587 Control the maximum number of LMDB read transactions at the same time for the task queue. The following environment variable can be exported to specify the maximum number of simultaneous read transactions: # Only the environment variable can set this parameter MEILI_EXPERIMENTAL_TASK_QUEUE_MAX_READERS=100 Produc…

M
Meilisearch Database v1.52.3

v1.52.3 🐠

🪲 Bug fixes Revert the Speed up the search speed a bit more by @Kerollmops introduced in #6542 Full Changelog: v1.52.2...v1.52.3

M
Meilisearch Database v1.52.2

v1.52.2 🐠

🪲 Bug fixes Revert the /tasks/stream and /batches/stream SSE routes by @Kerollmops introduced in #6533 Full Changelog: v1.52.1...v1.52.2

M
Meilisearch Database v1.52.1

v1.52.1 🐠

🪲 Bug fixes Make the health route checks blocking by @Kerollmops in #6583 Revert some search progress traces by @Kerollmops in #6584 Full Changelog: v1.52.0...v1.52.1

M
Meilisearch Database v1.53.0

🖇️​ v1.53.0

✨ Enhancement Sharding for foreign filters by @ManyTheFish in #6517 The foreign filter now supports sharding by retrieving the documents through the network when evaluating the foreign filters and hydrating the documents. The limit of documents that a foreign filter can retrieve has been increased from 100 to 1000. Adds indexSize and usedIndexSize returned by GET /indexes/{index_uid}/stats and in…

M
Meilisearch Database v1.52.0

v1.52.0 🐠

✨ Enhancement Introduce the /tasks/stream and /batches/stream SSE routes by @Kerollmops in #6533 This experimental feature allows establishing a live connection to the engine, avoiding the need to implement long polling and instead letting the engine provide new tasks, batches, and batch progress in a push-based manner. Using this route can drastically reduce network load when retrieving the statu…

M
Meilisearch Database v1.51.0

v1.51.0 👽

✨ Enhancement Add filter condition to DSRs by @dureuill in #6505 New filter rule activation condition Dynamic search rules (DSR) can now declare a new filter condition: it contains a single values key, whose value is a JSON object. The keys of this values JSON object are the facet names (e.g., color, genres, ...), while their values are the values that a filter must resolve to for these facets, so…

M
Meilisearch Database v1.50.0

v1.50.0 🐐

Meilisearch v1.50 revamps the Dynamic Search Rules, adds support for federated document fetch in sharded configurations, among other improvements Breaking changes This release introduces breaking changes for users using some experimental features dynamicSearchRules experimental feature Request type changes priority has been replaced with precedence, which better reflects the behavior (lower preced…

M
Meilisearch Database v1.49.0

v1.49.0 🪺

✨ Enhancement Improve the synonyms storage by @Kerollmops in #6466 We improve synonyms' performance by changing how we store and retrieve them during query processing. Users may have experienced performance issues when the number of synonyms in an index was high, resulting in a significant impact on search performance. The Meilisearch support team advised moving the settings and synonyms-as-keywor…