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

Perf(CohortBuilder, SearchAll): #2398 search filtered data only when … #2399

Merged

Conversation

evans-g-crsj
Copy link
Contributor

…a minimum number of characters are typed.

…only when a minimum number of characters are typed.
@evans-g-crsj evans-g-crsj added the Feature [Type] New feature or request label Apr 8, 2020

return (
<QueryResults
query={debouncedQuery}
isLoading={isLoading}
filteredFields={filteredFields}
filteredFields={getFilteredFields(debouncedQuery, fields, data[0])}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where this function is defined?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top of the file

@evans-g-crsj evans-g-crsj merged commit 8bf2c4b into kids-first:dev Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature [Type] New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants