themetalfleece / neogma

Object-Graph-Mapping neo4j framework, Fully-typed with TypeScript, for easy and flexible node and relationship operations
https://themetalfleece.github.io/neogma/
MIT License
117 stars 12 forks source link

refactor: Allow multiple operators in Where class for each property #95

Closed fernandovargascabrera closed 6 months ago

fernandovargascabrera commented 6 months ago

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

How Has This Been Tested?

To verify these changes, I performed the following tests:

Test Configuration:

Checklist:

themetalfleece commented 6 months ago

Thanks for implementing this, released at v1.13.1