Skip to content

Conversation

@Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Feb 3, 2026

Summary

in https://github.com/algolia/instantsearch/pull/6792/changes#diff-6af3d106c335b51f0e85d49f808b248a9704cb12dab1472606b6e9a383d981b1 we removed these lines as we assumed they didn't change anything meaningful. We however are using this because mainHelper is aliased with composition search for facet values in

if (this.compositionID) {
mainHelper.searchForFacetValues =
mainHelper.searchForCompositionFacetValues.bind(mainHelper);
}

Result

adds back the alias to helper.searchForCompositionvalues

adds CTS with composition client

sandbox: https://codesandbox.io/p/sandbox/example-instantsearch-getting-started-forked-kmpl7f?file=%2Fpackage.json

@Haroenv Haroenv requested review from a team, FabienMotte and aymeric-giraudet and removed request for a team February 3, 2026 18:51
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 3, 2026

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 7bef514:

Sandbox Source
example-instantsearch-getting-started Configuration
example-react-instantsearch-getting-started Configuration
example-react-instantsearch-next-app-dir-example Configuration
example-react-instantsearch-next-routing-example Configuration
example-vue-instantsearch-getting-started Configuration

@Haroenv Haroenv requested a review from e-krebs February 4, 2026 10:30
@Haroenv Haroenv merged commit f908559 into master Feb 4, 2026
14 checks passed
@Haroenv Haroenv deleted the fix/composition-sffv branch February 4, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants