SearchBuilder - How to implement NAND and NOR?
SearchBuilder - How to implement NAND and NOR?

I want to be able to add a NOT condition to an entire logic grouping. Any suggestions?
I want to be able to add a NOT condition to an entire logic grouping. Any suggestions?
Answers
You'd need to modify the source code - there isn't an option for that at the moment I'm afraid. This is the file to look in - search for
logic
and you'll see the areas that would need to be modified.Nice idea - if you implement it I'd be interested in a pull request
.
Allan