Meilisearch v1.42.1 is a focused maintenance release that fixes several bugs in the legacy settings indexer, with the most important changes improving stability for teams using the experimental multimodal feature. The update also corrects how embedder settings are applied and restores proper indexing for nested searchable fields, making this version especially relevant for developers relying on advanced search configuration.
One of the biggest fixes in v1.42.1 addresses failures tied to the experimental multimodal feature. Previously, removing a fragment could trigger internal errors in later search requests, while modifying fragments could sometimes break indexing altogether. These issues have now been resolved, reducing the risk of unstable search behavior in multimodal implementations.
The release also fixes a configuration bug where regenerate: false was ignored when embedder settings were modified. That behavior could lead to unexpected regeneration workflows, so the correction gives developers more predictable control over indexing behavior.
Another important improvement affects nested searchable fields. In earlier behavior, if a nested field was marked as searchable but its parent fields were not, the nested field would fail to index properly. Meilisearch now correctly indexes those nested searchable fields, which should improve accuracy for more complex document structures.
Outside of runtime fixes, the project added a new CI run to test the stable settings indexer. While this is an internal engineering improvement, it strengthens release confidence and helps reduce the chance of regressions in future updates.
This release matters because it improves reliability in areas that can directly affect production search quality. Multimodal search remains experimental, but teams testing it will benefit from fewer internal errors during both indexing and querying.
The nested field fix is also meaningful for developers working with structured or hierarchical data, where search precision depends on correct indexing behavior. Combined with the embedder settings correction, Meilisearch v1.42.1 delivers a practical set of fixes that make advanced search deployments more predictable and stable.
Official Source: https://github.com/meilisearch/meilisearch/releases/tag/v1.42.1