QueryKit
QueryKit copied to clipboard
feature request: Support for calculations
Hello, thank you for your fine work.
I would like to also be able to do basic arithmetic like so:
ApplyQueryKitFilter("(Price - Cost) > 300")
This probably going down the same code path we'll need for #59. Definitely something I'd like to add at some point. Open to contributions if you're interested!