Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mongo schema collections order of mongo plugin (#36062)
### PR Description: - **File changes in the PR**: - Integrated the sorting feature to the mongo collections. - Added the unit test for sorting. Fixes #35842 - **Snapshots**: **Before resolving bug:** ![image](https://github.com/user-attachments/assets/34c04ebc-e81b-480c-9a54-1b643b68ffb2) **After resolving bug:** ![image](https://github.com/user-attachments/assets/fd7155e1-e261-491a-b912-7d482b8a9386) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the MongoDB plugin to return collection names in a case-insensitive sorted order, improving predictability and user experience. - **Tests** - Added a new test to validate that collections returned by the plugin are sorted correctly, ensuring consistent functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information