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 9f349f0 commit d3095a6Copy full SHA for d3095a6
src/webfrontend/CustomDataTypeDante.coffee
@@ -423,7 +423,7 @@ class CustomDataTypeDANTE extends CustomDataTypeWithCommons
423
type: "match"
424
mode: "token"
425
bool: "must",
426
- phrase: false
+ phrase: true
427
fields: [ @path() + '.' + @name() + ".conceptAncestors" ]
428
]
429
if ! data[@name()]
@@ -797,7 +797,9 @@ class CustomDataTypeDANTE extends CustomDataTypeWithCommons
797
else
798
cdata.conceptName = resultJSKOS.prefLabel[Object.keys(resultJSKOS.prefLabel)[0]]
799
800
- opts.data[that.name(opts)] = CUI.util.copyObject(cdata)
+ if opts?.data
801
+ opts.data[that.name(opts)] = CUI.util.copyObject(cdata)
802
+
803
if opts?.callfrompoolmanager
804
if opts.data
805
cdata = CUI.util.copyObject(cdata)
0 commit comments