-
Notifications
You must be signed in to change notification settings - Fork 47
CCP 2430 Advanced Field Search #1784
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
base: main
Are you sure you want to change the base?
CCP 2430 Advanced Field Search #1784
Conversation
|
@RyanBirtch-aot Build failed for this PR. Can you check? |
This comment has been minimized.
This comment has been minimized.
|
@RyanBirtch-aot If we have 2 versions for one form, and search for the fields, Result is not showing up. Also after we do an advance search, submission page reset with column having that searched field in the table |
|
|
@RyanBirtch-aot Can you deploy this PR again? |
|
Release f0b1dd2 deployed at https://chefs-dev.apps.silver.devops.gov.bc.ca/pr-1784 |





Description
Users acting in a Reviewer capacity need the ability to search through form submissions not only by basic metadata (submitter, status, confirmation ID, etc.) but also by the values contained inside specific form fields. This functionality did not previously exist, forcing reviewers to manually scan submissions or export data to external tools.
This PR introduces a new Advanced Submission Search feature, providing users with more powerful and granular search capabilities within the Submissions Table.
Frontend Enhancements
{ value, fields }to SubmissionsTable.handleSearchto support both simple and advanced searches.Backend Enhancements
processPaginationDatato support new advanced search payload:{ value, fields }when advanced search is used.searchSubmissionshelper to encapsulate filtering logic.Type of Change
Checklist
Further comments