Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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