meilisearch / meilisearch/integration-guides
`multi_search_federated_1` code sample missing from most integrations
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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