asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
26 stars 1 forks source link

Fix less than/greater than operators in empty arrays #91

Closed JasonBoggsAtHMSdotCom closed 6 days ago

JasonBoggsAtHMSdotCom commented 1 week ago

This PR fixes the usage of less than and greater than when comparing numeric values in empty arrays

Fixes https://github.com/asulwer/RulesEngine/issues/90