typedb-docs icon indicating copy to clipboard operation
typedb-docs copied to clipboard

incorrect description of sub! keyword

Open JonThom opened this issue 5 years ago • 0 comments

Description

The description of the sub! keyword is the same as for the sub keyword, i.e. both are described as including indirect subtypes.

Location of Content

https://dev.grakn.ai/docs/query/match-clause#direct-subtypes-of-a-given-type

Expected Content

Running the above query on the social_network knowledge graph, returns the post concept type itself, as well as the concept types that subtype post directly (i.e. media, comment, album and status-update).

Actual Content

Running the above query on the social_network knowledge graph, returns the post concept type itself, as well as the concept types that subtype post directly (i.e. media, comment, album and status-update) or through any of its subtypes (i.e. photo and video).

Additional information

N/A

JonThom avatar Sep 05 '20 13:09 JonThom