Area: UI
Sub-Area: Search State
Issue
When performing searches and then navigating to search results or entity pages, the search terms would not be maintained in the search box. Users would lose their search context when clicking through results, making it difficult to refine searches or return to search results.
You Might Be Asking:
- Why does my search term disappear?
- How can I maintain search context while browsing?
- Can I go back to my search results?
Solution
Search state management has been improved to maintain search terms across navigation. The fix ensures: - Search terms persist in the search box after clicking results - Browser back button returns to search with original terms - Search context is maintained during entity browsing - URL parameters properly preserve search state
Search navigation now: - Keeps search terms visible in the search box - Allows easy search refinement - Supports back navigation to results - Preserves filters and search context
Additional Notes
Fixed in version v0.3.11. The search term is now maintained in both the URL and component state, ensuring consistent behavior across browser navigation.
Related Documentation
Tags:
ui, search, state-management, navigation, persistence, bug-fix, v0.3.11