integration-guides icon indicating copy to clipboard operation
integration-guides copied to clipboard

Central reference for Meilisearch integrations.

Results 7 integration-guides issues
Sort by recently updated
recently updated
newest added

This issue gathers the changes related to the v1.8.0 of Meilisearch that will impact the integrations scope. 📅 Release date: 2024-05-06 ## Timelines & steps ### Pre-release - [x] With...

Meilisearch bump

## Context At first, we decided to build an integration for Laravel Scout by staying completely compliant/conformed with the [original `laravel/scout` package](https://github.com/laravel/scout). See [meilisearch-laravel-scout](https://github.com/meilisearch/meilisearch-laravel-scout). The goal? To integrate this repository...

ready to implement
new integration

This issue gathers the changes related to the v1.10.0 of Meilisearch that will impact the integrations scope. 📅 Release date: 2024-08-26 ## Timelines & steps ### Pre-release - [x] With...

Meilisearch bump

This issue gathers the changes related to the v1.11.0 of Meilisearch that will impact the integrations scope. 📅 Release date: 28 October 2024 ## Timelines & steps ### Pre-release -...

Meilisearch bump

This issue gathers the [changes related to Meilisearch v1.14.0 that impact SDKs](https://github.com/meilisearch/meilisearch/issues?q=is:issue%20milestone:v1.14.0%20label:%22impacts%20integrations%22). 📅 Release date: 2025-04-14 ## Timelines & steps ### Pre-release - [x] With the help of the [changelog](https://github.com/meilisearch/engine-team/pulls)...

Meilisearch bump

This issue gathers the changes related to the v1.13.0 of Meilisearch that will impact the integrations scope. 📅 Release date: 17th February ## Timelines & steps ### Pre-release - [x]...

Meilisearch bump

There's a `multi_search_federated_1` code sample: Live website: https://www.meilisearch.com/docs/reference/api/multi_search#federated-multi-search meilisearch-js: https://github.com/meilisearch/meilisearch-js/blob/489b58351c568e30a6c336d6e8bc9a603f17543d/.code-samples.meilisearch.yaml#L784 ``` multi_search_federated_1: |- client.multiSearch({ federation: {}, queries: [ { indexUid: 'movies', q: 'batman', }, { indexUid: 'comics', q: 'batman', },...

documentation