Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
If the procbody is within a smastep, then yes it will.
The * wildcard does not limit the depth of the search in the smastep.
You need to specify tighter constraints in the search string
Bryon, Have you tried using the find command?
find -m "<smastep>*<note>*</note>"
Bryon, did using
find -m "<smastep>*<note>*</note>"
give you the search that you needed?
Sorry Tim must have missed this one. Just testing it now and it seems to find the note in the smastep. But it also seems to find any note in a procbody also.
Thanks
Bryon
If the procbody is within a smastep, then yes it will.
The * wildcard does not limit the depth of the search in the smastep.
You need to specify tighter constraints in the search string