I had an error pop up in my application and it was due to the findItems function only looking at the root node in its search. I had assumed that this function would look at all the items in the tree, not just the top-level. Is there any way to make this function look at the sub-level items as well?