MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / nodeSearchText

Function nodeSearchText

deployments/desktop/static/desktop.js:3326–3330  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3324 }
3325
3326 function nodeSearchText(node) {
3327 return [rawGraphTitle(node), rawGraphBody(node), node?.keywords, node?.node_type, graphId(node)]
3328 .filter(Boolean)
3329 .join(" ");
3330 }
3331
3332 function tokenizeKnowledgeText(text) {
3333 return String(text || "")

Callers 1

candidateLabelsForNodeFunction · 0.85

Calls 3

rawGraphTitleFunction · 0.85
rawGraphBodyFunction · 0.85
graphIdFunction · 0.85

Tested by

no test coverage detected