Menu

#3 Improvement on research feature

open
nobody
5
2010-04-21
2010-04-21
Anonymous
No

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}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.