-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.area/querylang/expandIssues related to expand queries.Issues related to expand queries.kind/bugSomething is broken.Something is broken.
Description
What version of Dgraph are you using?
1.2.0
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, OS)?
archlinux, running in docker, 24GB RAM
Steps to reproduce the issue (command/config used to run Dgraph).
Run expand(_all_) on any type that have a @lang predicate with data and that predicate won't get expanded with all values. The only way to get that data is doing field@*.
Expected behaviour and actual result.
I expect expand(_all_) to return all values, including the ones tagged with @lang.
Metadata
Metadata
Assignees
Labels
area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.area/querylang/expandIssues related to expand queries.Issues related to expand queries.kind/bugSomething is broken.Something is broken.