-
Notifications
You must be signed in to change notification settings - Fork 527
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
refactor(vue): replace instantsearch.js with instantsearch-core #6440
base: next
Are you sure you want to change the base?
Conversation
[FX-3069] BREAKING CHANGE: if you are using any internal instantsearch.js functions, ensure to update to instantsearch-core to avoid duplication
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4c0dcf6:
|
2ce5ed7
to
f92141f
Compare
if (this.instantSearchInstance.helper) { | ||
this.instantSearchInstance.helper | ||
.setIndex(indexName || '') | ||
.search(); | ||
} |
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.
Shouldn't this also manipulates mainHelper
until we handle the case in instantsearch-core?
FX-3069
BREAKING CHANGE: if you are using any internal instantsearch.js functions, ensure to update to instantsearch-core to avoid duplication