Rename triple entities were relevant
This commit is contained in:
parent
ddf8849e60
commit
443a091b72
62 changed files with 664 additions and 664 deletions
|
|
@ -27,7 +27,7 @@ func (q *Query) treeifyResult(tags map[string]graph.Value) map[ResultPath]string
|
|||
if v == nil {
|
||||
continue
|
||||
}
|
||||
results[Path(k)] = q.ses.ts.NameOf(v)
|
||||
results[Path(k)] = q.ses.qs.NameOf(v)
|
||||
}
|
||||
resultPaths := make(map[ResultPath]string)
|
||||
for k, v := range results {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue