-
Notifications
You must be signed in to change notification settings - Fork 13
(PXP-6359) Add Search Filter #99
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 3096fe7 into 5b55e6c - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging c95525b into 5b55e6c - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 5dbab12 into 5b55e6c - view on LGTM.com new alerts:
|
src/components/Utils/queries.js
Outdated
| return { accessibleFieldObject, unaccessibleFieldObject }; | ||
| }; | ||
|
|
||
| export const guppySinglefieldSearch = (path, type, keyword, field, numResults) => { |
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.
does this function get used anywhere?
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.
Oof, good catch, no it doesn't -- it was originally used here but I refactored it out:
guppy/src/components/ConnectedFilter/utils.js
Lines 63 to 64 in 58913a8
| queryGuppyForRawDataAndTotalCounts( | |
| guppyConfig.path, |
I'll remove it now!
|
This pull request introduces 1 alert when merging 8c1f0d4 into 5b55e6c - view on LGTM.com new alerts:
|
mfshao
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.
this looks good
|
This pull request introduces 1 alert when merging d6af8b2 into 5b55e6c - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging eb22d3e into 5b55e6c - view on LGTM.com new alerts:
|
* Modify guppy to work with searchField * Update comments * Clean up code * Pin g3uicomponent to branch * Update package-lock.json * Random change to retrigger jenkins integration tests * Revert "Random change to retrigger jenkins integration tests" This reverts commit 393ad48. * Remove unused guppySingleFieldSearch function * Pin gen3uicomponent to 0.6.0 * Bump package version to 0.9.0 * Fix package version
Jira Ticket: PXP-6359
New Features
searchFilter, to the available filters. Search Filters allow the user to search over fields which have too many options to be displayed normally -- for example, individual subject IDs or file GUIDs.Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes
data{/file}ExplorerConfig.filters.tabs.searchFields. NOTE: Do not add the same field to bothsearchFieldsandfields, this will cause strange behavior in the search field. Example config: