Guillaume Mourier
Guillaume Mourier
I've replaced the [old spec ](https://github.com/meilisearch/specifications/pull/197) by a [new one](https://github.com/meilisearch/specifications/pull/223) (up-to-date with v1.0) cc @irevoire It adds a telemetry data point on search events
Hi everyone 👋 Answering to https://github.com/meilisearch/meilisearch/issues/2788#issuecomment-1264628190 and https://github.com/meilisearch/meilisearch/issues/2788#issuecomment-1264478468 > This means we only accept API keys that end with a wildcard and nothing more. Thus only start_* and none of...
Thanks, @irevoire and @Ugzuzg! In my opinion, these patterns can be adapted to most cases. Others can be added if needed and expressed. - `*_end` - `start_*_end` - `start_*` 🤓...
> I believe @dichotommy's answer still holds true today: documents are not shared between indexes and will be treated as different documents. v1.1's new /multi-search endpoint did not alter this...
Thank you, @loiclec! In the future, (not saying it will be needed), could we leverage that enhancement to provide an endpoint permitting sending hybrid documents ops akka containing additions (updates/replace)...
Thank you @loiclec It could be related to https://github.com/meilisearch/product/discussions/554
Thank you, @milanbgd011, for all those tests, sharing, and tenacity. Don't hesitate to reopen this issue if it happens again.
Hello @LukasKalbertodt, We have identified two use cases. 1. Search multiple indexes and retrieve separate results. 2. Search multiple indexes and retrieve aggregated results in a single list. This will...
Hello @ManyTheFish, it was initially posted by @qdequele; I've transferred it here for further tech investigation. Do we miss something @qdequele (e.g any particular settings) ?
Hey 👋 About the specifications, here is what I can share with you: - We can add the label `⚠️ Deprecations` on the PR (marks that it contains deprecation). -...