json-rules-engine icon indicating copy to clipboard operation
json-rules-engine copied to clipboard

Add support for condition params inside operator functions

Open casparss opened this issue 2 years ago • 2 comments

As my app has scaled up, I began writing a lot of custom operators and needed the operator to perform more complex operations that used extra config to perform the operation.

casparss avatar Aug 19 '22 09:08 casparss

Hey @CacheControl let me know what you think of this PR

casparss avatar Aug 19 '22 12:08 casparss

PR now has other commits in master that shouldn't be in the PR and are for my private use, so will change remove them out so it's just the change mentioned in the title

casparss avatar Aug 22 '22 07:08 casparss

Custom operators have been available for many years without this feature being requested; this is a rare need. Closing until there's more community demand, at which point we can re-open.

CacheControl avatar Jun 28 '23 04:06 CacheControl