-
-
Couldn't load subscription status.
- Fork 82
Issue 954 - add graphfieldspages param to optionally include Page-type values as node fields #958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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.