Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow multiple operators in Where class for each property (#95)
# Description This PR addresses an issue where the Where class in Neogma was not allowing multiple operators per property. This change fixes that omission, enabling the use of multiple operators for each property in the Where class. ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested? To verify these changes, I performed the following tests: - [X] Test for adding two operators to a property **Test Configuration**: - SDK: Jest - Software version: 26 - Toolchain: super-test # Checklist: - [X] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [X] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
- Loading branch information