pawarprasad123 opened a new pull request, #485: URL: https://github.com/apache/atlas/pull/485
## What changes were proposed in this pull request? The React UI is currently experiencing issues with key search functionalities and layout alignment. The following problems need to be investigated and resolved: This PR includes multiple fixes and improvements for the React UI related to search functionality, layout alignment, and user experience. 1. Save Search – Not Working Properly Saved queries were not being retrieved or displayed correctly. Expected behavior: Users should be able to save, update, and access their saved searches reliably. Fix: Updated logic for saving and fetching saved search filters to ensure accurate retrieval and display. 2. Quick Search – Malfunctioning Quick search results were inconsistent or not loading as expected. when using string with * in the fix, now its working properly. 3. Updated alignment on the Relationship Detail page, improved spacing across search screens, and corrected styling for the Advanced Search button on both the home page and search page. 4.On the Search page, if no filters are available, the UI now redirects users to the Home page instead of keeping them on a blank search screen. ## How was this patch tested? manually <img width="1154" height="1016" alt="Screenshot from 2025-12-10 11-32-18" src="https://github.com/user-attachments/assets/c6f5afde-3c16-4203-985e-95f4215165b0" /> <img width="1851" height="1016" alt="Screenshot from 2025-12-10 11-29-29" src="https://github.com/user-attachments/assets/32b7d70d-475b-4758-842f-b7f32341515e" /> <img width="1851" height="1016" alt="Screenshot from 2025-12-10 11-29-14" src="https://github.com/user-attachments/assets/6daaafb7-9392-4eea-a593-75eb4c4e946c" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
