-
_This issue was originally posted by @haikalpribadi on 2018-04-05 14:23_.
-
## Description
Direct sub `sub!` when used as a Graql keyword no longer operates correctly.
## Environment
Grakn 1.6.2 upwards was detected, probably an issue before too.
## Reproducible Steps…
-
Client-nodejs does not set a client-side timeout, and will stall forever if the network gets interrupted.
**Grakn version**:
1.5
**Reproducible step**:
1. Start grakn: `grakn server start`
2.…
-
_This issue was originally posted by @haikalpribadi on 2018-03-27 14:45_.
For example:
general-data-link sub relationship,
relates linked-data,
special-data-link sub general-data-link,
rel…
-
## Problem to Solve
Would like the graql to infer transitive rules automatically after schema is loaded
## Current Workaround
Currently using Rules to make transitive rules for entities. its …
-
## Problem to Solve
The search results of queries with `contains` keyword are not prioritized very effectivly:
In most use cases results should be prioritized that **start** with the characters …
-
## Problem to Solve
Found in the code-base that the `var` keyword was used, not an issue upto Java 9 but later on it will be as starting Java 10 we have the `var` keyword as a reserved word.
## …
-
At the moment to compute the shortest path between to instances, we need to pass the `id`s of the two instances, like so:
```
compute path from V446496, to V229424;
```
However, as `id` is not…
-
**Grakn version**:
1.5
**Reproducible step**:
1. Start grakn: `grakn server start`
2. Run the following queries using client-java:
```
try (GraknClient.Session session = new GraknClient("local…
-
_This issue was originally posted by @haikalpribadi on 2017-04-24 13:31_.
```
match $a isa cancer; ($a, $b); $b isa mirna; ($b, $c); ($c, $d); $d isa gene; ($d, $e); $d isa drug; offset 0; limit 3…