infomodel/find does not look at nodeset URIs
MarkusHorstmann opened this issue · 0 comments
MarkusHorstmann commented
For example keyword "http://opcfoundation.org/UA/AMLLibs/" is not found:
GraphQL:
query MyQuery {
nodeSets(keywords: "http://opcfoundation.org/UA/AMLLibs/") {
totalCount
nodes {
modelUri
validationStatus
validationStatusInfo
identifier
requiredModels {
modelUri
publicationDate
version
availableModel {
modelUri
publicationDate
version
}
}
}
}
}