Guillaume Mourier
Guillaume Mourier
> We must stabilize the kind of updates that Meilisearch will be able to receive this way we can define and stabilize the content of the update files. @Kerollmops It...
Hey @smell-iron, A tenant token is only usable for search requests; thus, the API Key generating them must have at least the `search` action defined. Note that: `*` also works...
Hi @mlemesle 👋 Thanks for the contribution; this is hugely appreciated 🙏 Regarding the section subject, I briefly talked with @irevoire and @Kerollmops. As it forces us to lose the...
It would be nice to introduce a config.toml containing each config with its default value for newcomers. It might help someone to get to know the configuration variables by reading...
Hello! @MarinPostma (Please, tell me if it's not related to the transplant code), can we keep the order of the fields of the initial document in the response to be...
Thanks! If I understand correctly the user must rewrite all these initially ordered fields in `searchableAttributes` if he wants to keep the original order. In this case, he will not...
Thanks for the clarification, @MarinPostma 👍. Indeed, this is something that should be clarified in this way. I think of the user who might wonder why and not being able...
Hey @bidoubiwa 👋 Using the `GET /indexes` route could help since it can be paginated with `offset`/ `limit` since v0.28
Thank you @bb! Indeed it would be great. We could easily use the index stats endpoint to retrieve the indexed fields and make a selector to choose what to display...
Hi everyone! 👋 I've created a product discussion for that particular pain point [here](https://github.com/meilisearch/product/discussions/315). Feel free to add your hints and elaborate on this. 😇 While the way we calculate...