algolia / vue-instantsearch

👀 Algolia components for building search UIs with Vue.js

Home Page:https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice search language option

andyjamesn opened this issue · comments

Feature ⚡️

What is your use case for such a feature?

To be able to set the language for voice search. There is no option on ais-voice-search to set the language as there would be when using the js voice search library.

What is your proposal

Implement widget-param-language as an option on ais-voice-search
https://www.algolia.com/doc/api-reference/widgets/voice-search/js/?client=vue#widget-param-language

What is the version you are using?

"vue-instantsearch": "^4.3.3",

Thanks for noticing, I've added a PR to forward those props (#1136), for the time being you can use the codesandbox preview version from that PR in your project, or patch it manually

v4.4.2 includes this option now!