Improvement on research feature
Status: Alpha
Brought to you by:
daffycricket
The search feature should find elements that are not the exact element name, but that match the search pattern.
For instance, the search for VAR in the following copybook :
01 TESTCOPY.
05 VAR1 PIC X(5).
05 VAR2 PIC 9(5).
05 FIELD1 PIC 9(5).
05 FIELDVAR PIC 9(2).
should find the result set {VAR1, VAR1, FIELDVAR}