Display MeiliSearch version in front-end
See original GitHub issueIs your feature request related to a problem? Please describe. When running a MeiliSearch instance with a front-end, I would like to see which version is running
Describe the solution you’d like The Front-end could specify which MeiliSearch version is running, this makes it very easy and accessible, and avoid the user a few API calls or getting mixed with different versions
Describe alternatives you’ve considered
Additional context
-
I am thinking of devops and deployment tools, where users request a MEiliSearch instance without necessarily being actively involved in the creation process. The only way to know the version in this case is doing an HTTP call to
/version
which requires from my POV too much actions/knowledge/involvment in the task for such a basic and important info -
Happy to do a PR if this idea is accepted
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (5 by maintainers)
Thanks @curquiza ! Indeed it is also missing in the current mini-dashboard, and it won’t cost to add it. I’m gonna plan to add it 👌
Can we have a new version of the mini-dashboard to integrate it in MeiliSearch? 😄