Skip to content

Add logic operation node#2990

Merged
joeyballentine merged 1 commit intochaiNNer-org:mainfrom
RunDevelopment:logic-ops
Jul 10, 2024
Merged

Add logic operation node#2990
joeyballentine merged 1 commit intochaiNNer-org:mainfrom
RunDevelopment:logic-ops

Conversation

@RunDevelopment
Copy link
Member

Fixes #2982

This adds a node to perform boolean operations. Supported operations are: and, or, xor, not. These operations are functionally complete, but we may want to add more in the future if needed.

Just like for the Math node, I added suggestions, so users can quickly create specific operations. Since I wanted to support text, I also had to slightly adjust how search queries are matched.

image

@joeyballentine
Copy link
Member

Awesome

@joeyballentine joeyballentine merged commit f7e7302 into chaiNNer-org:main Jul 10, 2024
@RunDevelopment RunDevelopment deleted the logic-ops branch July 11, 2024 09:05
clausqr pushed a commit to clausqr/chaiNNer that referenced this pull request Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing and very limited conditional nodes capability

2 participants