#602: clear stale search text on route/folder change (fix A) #624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-602"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix A per Nikola's pick: search is per-view.
pure:search-resetblock:searchResets(nextPath, curPath, curView)— true on any path change or when leaving the dedicated search-results view; false on a same-path reload, so the post-rename/delete/upload refresh keeps the user's active filter (which is what the existing end-of-load()reapply was there for).load()clears the searchbox, cancels the debounce timer and bumpssearchSeq(kills in-flight header searches) wheneversearchResetssays so, beforecwdupdates.Red witnessed (search-reset block absent), then green: extract fence + full web suite.