meilisearch / meilisearch/integration-guides

`multi_search_federated_1` code sample missing from most integrations

Open
#313 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
Shell
Stars
158
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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',
      },
    ]
  })

It seems to be only implemented in js and php, likely because instructions to add it were missing from the issues created from #302 (see https://github.com/meilisearch/meilisearch-go/issues/573 as a sample)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review #302 and the linked meilisearch-go issue #573 to identify the integration issues created from that work. Compare the existing multi_search_federated_1 samples in the meilisearch-js and PHP integrations, then add equivalent samples to the missing integrations; done means the federated multi-search example is represented across those integrations.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, php
Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.