ArafatKhan2198 opened a new pull request, #6969: URL: https://github.com/apache/ozone/pull/6969
## What changes were proposed in this pull request? This pull request enhances the search functionality for deleted pending keys in the Deleted Keys Insights section. The existing search feature was limited to the dataset returned by the API endpoint, which only provided a subset of the available data. This update ensures that users can accurately find the specific key information they are seeking or the closest available match, this patch Implemented the ability to search for deleted keys using a specified prefix, returning results that match the prefix across both FSO and Object Store layouts. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11205 ## How was this patch tested? Unit tests were created and updated to cover various scenarios, including searches at different levels (bucket, directory, key) and for both FSO and non-FSO layouts. Manual testing was conducted to ensure that the search functionality works as expected. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
