Description
Search first
- I searched and no similar issues were found
What Happened?
It seems that there is some inconsistency in the behaviour of text properties and node properties. This causes user confusion when trying to understand how links are created in the graph view.
Reproduce the Bug
- Create a new database graph
- Create a tag
- Give that tag both a node type property and a text type property
- Create a page to act as the link target
- Create a page to act as the link source and tag it with your tag so it gains the properties associated with the tag
- Use the node type property to link to your link target page
- Observe that a link between the two pages is not created in the graph view
- Use the text type property to link to your link target page using [[page name]]
- Observe that a link between the two pages is created in the graph view
Expected Behavior
I would expect the behaviour between these two approaches to be consistent and that both approaches would create a link in the graph view.
Files
Browser, Desktop or Mobile Platform Information
Logseq version 0.10.10 (logseq/logseq@0df1208) on test.logseq.com
Google Chrome Version 135.0.7049.96 (Official Build) (64-bit)
Windows 11
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)