QueryWithVars on facet filtering fails silently #2481
Labels
area/facets
Issues related to face handling, querying, etc.
area/querylang/vars
Issues related to queries with GraphQL variables
area/querylang
Issues related to the query language specification and implementation.
Check if resolved
exp/intermediate
Fixing this requires some experience with the project.
kind/enhancement
Something could be better.
priority/P1
Serious issue that requires eventual attention (can wait a bit)
Milestone
If you suspect this could be a bug, follow the template.
What version of Dgraph are you using?
v1.0.6
Have you tried reproducing the issue with latest release?
No
What is the hardware spec (RAM, OS)?
Ubuntu, 128G
Steps to reproduce the issue (command/config used to run Dgraph).
nohup dgraph zero -w zw5 --replicas 1 > info1 &
nohup dgraph server -p p5 -w w5 --lru_mb 20000 --zero localhost:5080 > info2 &
nohup dgraph-ratel > info3 &
Expected behaviour and actual result.
i found a problem with query like this:
it doesn't have any result return, but when i use query like this:
it has result.
it seems that queryWithVars has a problem when query vars in facets.
@pawanrawal @sboorlagadda
refer : https://discuss.dgraph.io/t/query-and-querywithvars/2796/9
The text was updated successfully, but these errors were encountered: