我在CosmicMind/Graph数据库中搜索实体时遇到了一些问题。dataSearch = 13 Febbraio 2017//nameSearch = Paolo
var search = Search<Entity>(graph: graph).for(types: "Users").where(properties: (key: "data&q
我想做一个扩展,并搜索具有特定标签的节点。但是我也想用特定的标签过滤路径的节点。label列包含"Entity;Person“、"Entity;Organization”等值。@maxLength ANY source GRAPH @graph AND node !path.vertices[*].label, "Incident"))