cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How do you search for a tag in tag?

bfriesen
16-Pearl

How do you search for a tag in tag?

How do I search for an note tag in a smatep tag?

Bryon

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

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

Top Tags