farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
17 stars 13 forks source link

Bugfix for `splitFilterByType` #78

Closed jgaehring closed 1 year ago

jgaehring commented 1 year ago

Pretty bad bug I'm surprised I didn't catch earlier, resolved by 091833e. It caused array filters (ie, logical $or statements) to be parsed incorrectly, by munging the internal state of the filtersByType collection. Added another commit to clean up comments etc.