Skip to content

Commit 966c04b

Browse files
author
Christian Müller
committed
Merge pull request #47 from networkteam/fix-workspace
[BUGFIX] Context workspace should be indexed Related: #46
2 parents e1e1db4 + 958893f commit 966c04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/NodeTypes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
type: string
2121
index: not_analyzed
2222
include_in_all: false
23-
indexing: '${node.workspace.name}'
23+
indexing: '${node.context.workspace.name}'
2424

2525
'__path':
2626
search:

0 commit comments

Comments
 (0)