I am using the SearchRequest function to search for text in a document.
This is working, but I would like to identify the type of node returned e.g.
“NodeId”: “0.0.2.3.2.0.0” => sections/0/body/tables/0/rows/2/cells/3/paragraphs/2 …
Is there a way to use the PHP API to turn a node id into a path like the one above?
The would be really helpful from a debugging point of view.