'path.self=true' gets the path itself, its children and grandchildren nodes in the result. (Not the siblings).
Try testing the first query for different node structure.
While 'path.exact=true' gets the direct child only (Not the path in the path value nor the grandchildren).
Since there are no a...