BDMS-774 Wells list: name_contains search and filter UX labels#263
Merged
Conversation
WellList passes name_contains (not query) so the staging API can filter by substring on Thing.name. ListPage accepts optional searchAriaLabel for screens that customize server-side search. Well list placeholder and aria text describe searching by well name instead of search all records.
Preview DeploymentPreview URL: https://preview-bdms-774-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
jirhiker
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related API change
This UI pairs with OcotilloAPI PR #664 (well list filters: multiple
filterparams, Refine operators includingncontains, andname_containson thing list routes). Deploy API with or before this UI so toolbar search and column filters behave correctly.Summary
src/pages/ocotillo/thing/list.tsx): sendname_contains(debounced) instead ofqueryso the toolbar matches well name substring, aligned with the new API param.src/components/ListPage.tsx): optionalsearchAriaLabelso customized server search can override the default "Search all records" screen reader label.