Thijs Kuilman
Thijs Kuilman
### Steps to reproduce 1. Install the latest Flutter version 2. Create a new project 3. Add pusher_client to the pubspec.yaml 4. Execute `flutter run` (I'm building for the iPhone...
# Pull Request ## Related issue Fixes #685 ## What does this PR do? - It casts the `federation` payload explicitly to an object. This solves the error that appears...
**Description** I'm using the federated multi-search feature of Meilisearch. I use the code example from the docs: ```php $client->multiSearch([ (new SearchQuery()) ->setIndexUid('movies')) ->setQuery('batman'), (new SearchQuery()) ->setIndexUid('comics') ->setQuery('batman'), ], (new MultiSearchFederation())...