-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(voice): allow custom voice helper #4363
Conversation
If the `createVoiceHelper` function can be overridden, other third-party voice solutions can be used, without them needing to redo all the rendering & templating. cc @dylanbfox
Thanks @dustincoates, @eunjae-lee & @francoischalifour, this is now ready for review again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
@francoischalifour would you mind giving this a review? :) |
@Haroenv Do we plan to roll this out in all flavors at once or in IS.js first? |
InstantSearch.js was enough for now, but will add other flavours soon I guess :) |
Summary
If the
createVoiceHelper
function can be overridden, other third-party voice solutions can be used, without them needing to redo all the rendering & templating.Result
Allow custom
createVoiceHelper
to be passed to the widget & connector.cc @dylanbfox
todo: