Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: search image with full name in Environment page (#2744)
**Changes:** This PR enhances the image filtering functionality in the ImageList component: 1. Adds a `fullName` property to the image data object, populated with the result of `getImageFullName(image)`. 2. Extends the filtering logic to include a `fullNameMatch` check, allowing users to search for images based on their full names. **Rationale:** Including the full name in the search criteria provides users with more flexibility when filtering images, improving the overall user experience and making it easier to find specific images. **Effects:** - Users can now search for images using their full names, in addition to existing criteria. - Developers working on the ImageList component should be aware of the new `fullName` property and its inclusion in the filtering logic. **Checklist:** - [ ] Documentation: Update user guide to reflect new search capabilities - [ ] Test case: Verify that searching by full image name returns expected results
- Loading branch information