The path to get to each node in the result set will be logged and displayed with the results.

This will be useful for debugging queries as well as presentation purposes.

Comments

javanaut’s picture

Added trace feature to the relativity query that adds search path info to query results.
Built a theme function to render this data.
Cleaned up some code in the DFS search function that appeared to be broken.
Fixed a bug where the wrong parameters were being sent to the query execution function.
Added a little function to return just title and type of a given node id.

Anonymous’s picture