Treat over-broad filter reset as an anti-pattern: make reset scope explicit, preserve unrelated search and result state, separate query reset from filter reset, and show affected state before any broader clear-all action.
Use this anti-pattern to review search result pages, list filters, dashboard filters, saved filters, saved searches, mobile filter drawers, no-results recovery, and generated clear/reset actions.
Use it when a reset label is narrower than the actual state it clears.
Avoid when
The action is intentionally a full Start over reset and the UI clearly lists search, filters, sort, scope, and view state as affected.
The query is explicitly part of a saved search or advanced search definition that users are resetting as a whole.
The page has only filter criteria and no independent search, sort, saved identity, pagination, or view state.
The issue is unclear filter visibility rather than over-broad reset behavior.
Problem it prevents
Users need to loosen or remove filters, but the reset action silently clears unrelated search or result state that should remain independent.
Pattern anatomy
What a strong implementation has to make clear
User need
The result set combines keyword search, filter criteria, sort, scope, saved search, saved filter, pagination, view density, or layout state.
Pattern promise
Treat over-broad filter reset as an anti-pattern: make reset scope explicit, preserve unrelated search and result state, separate query reset from filter reset, and show affected state before any broader clear-all action.
Required state
Default state with visible query, filters, sort, scope, and result count separated by ownership.
Recovery path
Clear filters empties the search field.
Access contract
Give reset controls precise accessible names such as Clear all filters, Clear search query, or Clear search and filters.
Quality bar
The difference between expert and weak execution
Strong implementation
Specific, visible, recoverable
A result page shows Query: appeal and filters Status: Open, Date: Last 30 days; Clear filters removes only the filter chips and keeps the query token.
A no-results state offers Remove Date filter, Clear all filters, and Clear search as separate actions.
A user searching appeal clears all filters and still sees results for appeal sorted by Newest.
A keyboard user removes Status: Open, focus stays near remaining applied filters, and the submitted query remains in the result summary.
Weak implementation
Vague, hidden, hard to recover from
A Clear filters button removes selected filters and empties the search field without warning.
Removing one filter chip resets the entire query and sort state.
A user widens results by clearing filters, then cannot remember the exact search phrase that disappeared.
A no-results recovery button says Reset filters but removes the saved search the user was editing.
UI guidance
Treat Clear filters or Reset filters as scoped to filter criteria only; keep the submitted search query, query field, search scope, saved search identity, sort, pagination policy, and view settings visible and unchanged unless the control explicitly names those states.
Show separate removable state tokens for query, filters, sort, saved search, and scope so users can predict the blast radius of Clear filters, Clear search, Clear all filters, and broader Start over actions.
UX guidance
Use this anti-pattern during review when users try to loosen filters but lose the search term or saved search context that got them to the result set.
Design reset behavior as a scoped recovery path: users can remove one filter, clear all filters, clear search, or reset the whole result state deliberately, with wording and undo proportional to the amount of state affected.
Implementation contract
What the implementation must handle
States
Default state with visible query, filters, sort, scope, and result count separated by ownership.
Clear one filter state that removes only one criterion and preserves query and sort.
Clear all filters state that removes all filter criteria and keeps the submitted query.
Clear search state that removes query text without pretending it is a filter reset.
Interaction
Every reset control names the state it changes.
Clear filters removes only filter criteria and updates the result count without clearing the search query.
Clear search removes only query text and leaves filters visible unless the action explicitly says it clears both.
Removing one chip removes one criterion; Clear all filters removes the filter group only.
Accessibility
Give reset controls precise accessible names such as Clear all filters, Clear search query, or Clear search and filters.
Announce result-count changes and preserved query state through a polite status region after reset.
Keep focus near remaining applied filters, the query token, or result summary after reset.
Expose query and filter state as text, not color-only chips or icons.
Review
What state does this reset control actually own?
If the label says Clear filters, does the search query survive?
Can users see query, filters, sort, scope, saved identity, and page state as separate tokens or controls?
Does one-chip removal affect only one criterion?
Interactive lab
Inspect the states before you copy the pattern
Keep filter reset scoped
Inspect clear one filter, clear all filters, clear search, reset draft, no-results recovery, saved filter boundary, saved search bundle, sort preserved, pagination policy, mobile reset, undo reset, and URL state states; compare query wiped, one chip clears all, mobile reset wipes search, broad start over, saved filter wipes query, sort reset, history deleted, and draft reset clears applied failures.
Filter reset that clears unrelated search
Interactive demo is ready
Launch the live UI/UX lab when you want to inspect states, keyboard behavior, and common failure modes.
State To Inspect
Default state with visible query, filters, sort, scope, and result count separated by ownership.
Supports saved list filters as reusable filter criteria, distinguishing saved filters from broader saved search state.
Full agent/debug reference
Problem Context
The result set combines keyword search, filter criteria, sort, scope, saved search, saved filter, pagination, view density, or layout state.
The UI offers Clear filters, Reset, Clear all, Start over, chip removal, mobile drawer reset, no-results recovery, or saved-filter apply actions.
Users expect a filter reset to widen results by removing constraints, not to destroy the query or saved context that defines the result universe.
The page may use batch filter drafts, applied filter chips, saved presets, URL parameters, search history, or mobile drawers that make state ownership hard to see.
Selection Rules
Flag this anti-pattern when a filter reset clears or changes query text, submitted search, search scope, saved search identity, search history, sort order, page size, view mode, selected rows, or route context that is not visibly part of the filters.
Use Clear filters for user-applied filter criteria only.
Use Clear search or Clear query when the action removes search text or submitted search context.
Use Clear search and filters, Reset all, or Start over only when the label names the broader effect and the UI lists the affected state.
Use chip removal for one applied criterion and clear-all chips for the filter chip group, preserving query, sort, scope, and view state.
Use saved filter when only reusable filter criteria are applied; preserve query and sort unless the preset explicitly stores them.
Use saved search when query text, filters, sort, scope, and alert subscriptions are intentionally bundled into a saved object.
In no-results recovery, offer scoped loosening actions before broad reset.
In batch filter panels, distinguish Reset draft from Clear applied filters.
If broad reset is destructive or hard to reconstruct, provide undo, confirmation, or a visible before/after state list.
Required States
Default state with visible query, filters, sort, scope, and result count separated by ownership.
Clear one filter state that removes only one criterion and preserves query and sort.
Clear all filters state that removes all filter criteria and keeps the submitted query.
Clear search state that removes query text without pretending it is a filter reset.
Reset draft state in a batch panel that reverts pending filter controls without changing applied results.
No-results recovery state with scoped loosen-filter and clear-search actions.
Saved filter or saved search state showing whether the saved object owns query text.
Pagination and sort preservation state after filter reset.
Mobile drawer reset state where returning to results keeps the submitted query.
Bad state showing query wiped, sort reset, saved identity lost, history deleted, and one-chip removal over-clearing state.
Interaction Contract
Every reset control names the state it changes.
Clear filters removes only filter criteria and updates the result count without clearing the search query.
Clear search removes only query text and leaves filters visible unless the action explicitly says it clears both.
Removing one chip removes one criterion; Clear all filters removes the filter group only.
Sort order, view density, search scope, selected saved search, and pagination policy are preserved or explicitly listed as affected.
No-results recovery keeps active state visible while users choose which constraint to loosen.
Batch filter reset distinguishes draft selections from applied filters.
Focus remains near the changed control or result summary after scoped reset.
Undo or confirmation is available when a broad reset would be surprising or hard to reconstruct.
Implementation Checklist
Model query, filters, sort, scope, saved identity, pagination, and view mode as separate state owners.
Name reset functions after the state they affect, such as clearFilters, clearQuery, clearSort, or resetAllResultState.
Render query tokens separately from filter chips.
Place Clear filters near applied filter chips and Clear search near the search field or query token.