Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: or |operator in node labels #62

Open
Benja1972 opened this issue Jan 22, 2025 · 1 comment
Open

Feature request: or |operator in node labels #62

Benja1972 opened this issue Jan 22, 2025 · 1 comment
Labels
enhancement New feature or request language

Comments

@Benja1972
Copy link

It would be nice to have ability to query nodes with pre-selected labels by | or operator.

MATCH (A:person) -[:knows]-> (B:person|animal)

We can see that it is already implemented in relations. Probably it would be easy to make it work for nodes also

@j6k4m8
Copy link
Member

j6k4m8 commented Jan 22, 2025

Nice! Adding this to the task list for sure.

Here's an implementation plan for whomever picks this up:

Sorry, something went wrong.

@j6k4m8 j6k4m8 added enhancement New feature or request language labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language
Projects
None yet
Development

No branches or pull requests

2 participants