-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqs-36.htm
More file actions
26 lines (26 loc) · 1.3 KB
/
qs-36.htm
File metadata and controls
26 lines (26 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta charset="utf-8">
<link rel="STYLESHEET" href="../book.css" type="text/css">
<title>Searching</title>
</head>
<body>
<h1>Searching</h1>
<p>Text strings and files can be searched for in the Workbench in two different ways:</p>
<ul>
<li>Using the <strong>Search Button</strong><img src="../images/search.svg" alt="Search button" border="0"> and
Search view</li>
<li>Using the Quick Text Search Dialog</li>
</ul>
<p>In this section, we discuss both.</p>
<p>First, we start showing how <strong>Search</strong> <img src="../images/search.svg" alt="Search button" border=
"0"> can be used to perform a text search across the resources that are shown in the navigation view. Instruction
will also be given on how to use the Search view to work with the results.</p>
<p>Second, we will also explain how to use the <a href="qs-36c.htm">Quick Text Search</a> as an alternative to the
standard search. The Quick Text Search is a popup dialog especially suited to find and jump to different places in
your workspace quickly.</p>
</body>
</html>