There is already the language meta tag in layout.html:
<meta name="docsearch:language" content="{{ language }}"/>
Is it possible to also add the version meta tag e.g.
<meta name="docsearch:version" content="{{ version }}"/>
With this it will be possible to filter results for specific versions using Algolia DocSearch.