We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3543a commit f68007fCopy full SHA for f68007f
lib/woql.js
@@ -937,12 +937,12 @@ WOQLQuery.prototype.documentProperties = function(id){
937
WOQLQuery.prototype.getDocumentConnections = function(id){
938
return this.and(
939
WOQL.eq("v:Docid", id),
940
- WOQL.triple("v:Entid", "type", "v:Enttype"),
941
- WOQL.sub("v:Enttype", "tcs:Document"),
942
WOQL.or(
943
WOQL.triple(id, "v:Outgoing", "v:Entid"),
944
WOQL.triple("v:Entid", "v:Incoming", id)
945
),
+ WOQL.triple("v:Entid", "type", "v:Enttype"),
+ WOQL.sub("v:Enttype", "tcs:Document"),
946
WOQL.opt().triple("v:Entid", "rdfs:label", "v:Label"),
947
WOQL.opt().quad("v:Enttype", "rdfs:label", "v:Class_Label", "db:schema")
948
);
0 commit comments