I want to get all nodes who have the same project uid
my query is like that
Blockquote
query {
q(func: has(evt_name)) @filter(uid_in(~project_uid, “0xe23”)) {
uid
project_uid {
uid
}
}
}
but I get no result
in the other hand my data :
Report a Dgraph Bug
What version of Dgraph are you using?
Dgraph Version
$ dgraph version
PASTE YOUR RESULTS HERE
Have you tried reproducing the issue with the latest release?
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
Expected behaviour and actual result.
Experience Report for Feature Request
Note: Feature requests are judged based on user experience and modeled on Go Experience Reports. These reports should focus on the problems: they should not focus on and need not propose solutions.