Skip to content
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(autocomplete): leverage scoped results #3975

Merged
merged 21 commits into from
Jul 24, 2019
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
539b816
feat(index): provide scoped results to render hook
francoischalifour Jul 18, 2019
e6e38b5
fix(tests): add `scopedResults` in RenderOptions mock
francoischalifour Jul 18, 2019
3073d50
refactor(tests): use the same variable in `results` and `scopedResults`
francoischalifour Jul 18, 2019
745384c
refactor(index): use a single push call
francoischalifour Jul 18, 2019
b669adc
fix(index): remove stop condition from recursion
francoischalifour Jul 22, 2019
6436fc0
fix(index): replace `push` by `concat`
francoischalifour Jul 22, 2019
da1d45d
test(index): add assertion for siblings
francoischalifour Jul 22, 2019
347ebbb
fix(index): expose `getResults` instead of `getDerivedHelper`
francoischalifour Jul 22, 2019
d1826e7
test(index): return search parameters in `getConfiguration`
francoischalifour Jul 22, 2019
898ebec
feat(autocomplete): leverage scoped results
francoischalifour Jul 19, 2019
dd35092
fix(autocomplete): return search parameters in `getConfiguration`
francoischalifour Jul 22, 2019
adbd2c3
Merge branch 'next' into feat/autocomplete-index
francoischalifour Jul 22, 2019
4255b78
refactor(autocomplete): update refine function type
francoischalifour Jul 23, 2019
2eb8667
fix(autocomplete): support initial query configuration
francoischalifour Jul 23, 2019
29b5864
refactor(autocomplete): don't type results as undefined
francoischalifour Jul 23, 2019
6a3c5da
refactor: change `index` to `indexName`
francoischalifour Jul 23, 2019
a2f89dc
test: refactor tests
francoischalifour Jul 23, 2019
0640afd
feat: add alternative usage warning
francoischalifour Jul 23, 2019
c22a5bd
docs: add comment about escaping results
francoischalifour Jul 23, 2019
c9e3677
refactor: use connectAutocomplete connector in story
francoischalifour Jul 23, 2019
3d92a59
fix(autocomplete): add space before closing bracket in warning
francoischalifour Jul 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
369 changes: 0 additions & 369 deletions src/connectors/autocomplete/__tests__/connectAutocomplete-test.js

This file was deleted.

Loading