You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a search in commons, a full page reload occurs, which not only disrupts the user experience but also clears the React Query cache, forcing unnecessary re-fetching of data.
Detailed Problem
Submitting the search form triggers a full page reload
Page refresh completely resets React Query cache
Cached data is discarded, leading to redundant API calls
Performance and user experience are negatively impacted
Expected Behavior
Search should be performed client-side
React Query cache should be preserved
Results should update dynamically without page reload
Minimal network requests and optimal data fetching
Reproduction Steps
Perform initial data fetch (populates React Query cache)
Enter search query
Submit search form
The text was updated successfully, but these errors were encountered:
Description
When performing a search in commons, a full page reload occurs, which not only disrupts the user experience but also clears the React Query cache, forcing unnecessary re-fetching of data.
Detailed Problem
Expected Behavior
Reproduction Steps
The text was updated successfully, but these errors were encountered: