isakbob
isakbob

Reputation: 1539

How do I run a global search in DOORS?

Background

I am trying to search for specific a specific string of text that I know exists in multiple modules. However, I forget all the modules that contain this text.

Question

Does DOORS have a global search function? That is, can it search for text that exists in multiple modules as opposed to the current selected module?

Upvotes: 0

Views: 783

Answers (2)

Mike
Mike

Reputation: 2346

Also, there is a "global search utility tool" available at https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014289994

Note that the last lines of the script have been garbled. The script must end like this:

if (fillModsList(GSUModList) == 0) {
    insert(GSUModList, 0, "(No modules)")
}
show GSUBox, "(No modules)"

Upvotes: 1

Mike
Mike

Reputation: 2346

Tools->Find. Though this only looks in Object Text and Object Heading of each module.

Upvotes: 1

Related Questions