This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(search-client): Add support for Custom Search Clients (#1216)
* feat: Add support for `searchClient` * feat: Add stories for `searchClient` * feat: Add `searchClient` in `createInstantSearchManager` * test: Replace `algoliaClient` with `searchClient` * test: Updage snapshot with `searchClient` * test: Add tests for `searchClient` * style: Remove ESLint rule for `console` * feat: Throw if API collision on the server * test: Ignore `searchClient` in snapshot * feat: Remove `algoliaClient` from InstantSearch implementation * test: Test omitting `addAlgoliaAgent()` doesn't throw * docs(algoliaClient): Deprecate `algoliaClient` in favor of `searchClient` * test(createInstantSearchServer): Add tests for API collision * test(createInstantSearchServer): Test `algoliaClient` and `searchClient` usages
- Loading branch information
1 parent
d0f319e
commit 174cc28
Showing
12 changed files
with
366 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.