Skip to main content
18-Opal
August 28, 2014
Solved

How do you search for a tag in tag?

  • August 28, 2014
  • 1 reply
  • 1449 views

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

Bryon

Best answer by TimPhelps

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

1 reply

12-Amethyst
September 2, 2014

Bryon, Have you tried using the find command?

find -m "<smastep>*<note>*</note>"

12-Amethyst
October 13, 2014

Bryon, did using

find -m "<smastep>*<note>*</note>"

give you the search that you needed?

bfriesen18-OpalAuthor
18-Opal
October 14, 2014

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