-
Notifications
You must be signed in to change notification settings - Fork 13
Feat/and or filter toggle #98
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
Conversation
|
This pull request introduces 1 alert when merging 55df07f into eae5c93 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 4fd0003 into eae5c93 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 51b55ab into eae5c93 - view on LGTM.com new alerts:
|
em-ingram
left a comment
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.
LGTM, 2 minor comments
| import flat from 'flat'; | ||
| import { queryGuppyForRawDataAndTotalCounts } from '../Utils/queries'; | ||
| // import esInstance from '../../server/es/index'; | ||
| // import config from '../../server/config'; |
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.
Can these be deleted?
This PR adds a config gear symbol on checkbox filters that let you specify the filter combine mode: AND or OR.
Jira Ticket: https://ctds-planx.atlassian.net/browse/PXP-6542
Partner PR in gen3-ui-component: uc-cdis/gen3-ui-component#77
New Features