bruno
bruno copied to clipboard
fix boolean casting for filterGroup $or
This will fix the issue of boolean casting for filterGroup $or. Now it supports string in boolean value. i.e. it parse "true" to true and "false" to false.