Issue 954 - add graphfieldspages param to optionally include Page-type values as node fields#958
Merged
gesinn-it-gea merged 15 commits intomasterfrom Aug 4, 2025
Merged
Issue 954 - add graphfieldspages param to optionally include Page-type values as node fields#958gesinn-it-gea merged 15 commits intomasterfrom
gesinn-it-gea merged 15 commits intomasterfrom
Conversation
…ckable Page-type fields in graph - Modified processResultRow method to handle 'graphfieldspages' parameter - Added optional inclusion of Page-type values as clickable node fields with links - Improved clarity and control over graph field display behavior - Prepared groundwork for better customization of graph output in Semantic Result Formats Ask ChatGPT
…odes with special chars - Fixes GraphViz errors and rendering issues related to special characters in node identifiers.
… property as node - Ensures that when `graphfieldspages` is enabled, only the first Page-type property is treated as a graph node, and all subsequent Page-type fields are rendered as regular fields in the node table.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #958 +/- ##
============================================
- Coverage 46.45% 46.23% -0.23%
- Complexity 2326 2361 +35
============================================
Files 80 80
Lines 9084 9158 +74
============================================
+ Hits 4220 4234 +14
- Misses 4864 4924 +60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… linked page names
- check specialchars when graph is created like &, <, > and others
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is related to the issue #954.
Currently, when using
graphfields=yes, onlynon-Pageproperties (e.g., strings, dates) are displayed in the graph node info table.This PR introduces a new optional parameter
graphfieldspages=with the following behavior:When
graphfieldspages=no(default):When
graphfieldspages=yes:This PR also:
graphfieldspages.dev-masterbranch.