* Typo in keyboard-shortcuts.html
* Changes on all pages and CSS for - min/max width - topic title to the left under the logo - a new logo (thanks Jorge) - refurbished navi bar - some more printing tweaks There are a few CSS issues where I can use some help. I'll post about it on the documentation mailing list. +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,16 +21,16 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
||||
<div class="title">Queries</div>
|
||||
<img src="./images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
|
||||
</div>
|
||||
|
||||
<div class="topnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="index.html">Index</a>
|
||||
   
|
||||
Next: <a href="workshop-filetypes+attributes.html">Workshop</a>
|
||||
«  <a href="index.html">Index</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="workshop-filetypes+attributes.html">Workshop</a>  »
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -48,11 +48,13 @@
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<div class="title">Queries</div>
|
||||
|
||||
<p>A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in <span class="path">/boot/home/queries/</span> and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.<br />
|
||||
Even better, you don't have to double-click to re-do a query. You can <a href="tracker.html#navigating">drill down</a> a saved query just like any folder by right-clicking on it and navigating through the submenus.</p>
|
||||
|
||||
<h1>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a href="#logo"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" class="noprint" /></a>
|
||||
<a id="find-window" name="find-window">The Find window</a></h1>
|
||||
<p>You start a query by invoking the <span class="menu">Find...</span> menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is <span class="key">ALT</span> <span class="key">F</span>. You're presented with the Find window:</p>
|
||||
<img src="images/queries-images/basic-query.png" alt="basic-query.png" />
|
||||
@@ -74,12 +76,12 @@ types.</p></li>
|
||||
</ol>
|
||||
|
||||
<h1>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a href="#logo"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" class="noprint" /></a>
|
||||
<a id="basic-query" name="basic-query">Basic queries - "by Name"</a></h1>
|
||||
<p>If you simply want to find all files on your mounted disks that match a certain pattern, simply leave the search method at "<span class="menu">by Name</span>", enter the search term into the text box and press <span class="key">ENTER</span>.</p>
|
||||
|
||||
<h1>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a href="#logo"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" class="noprint" /></a>
|
||||
<a id="adv-query" name="adv-query">Advanced queries - "by Attribute"</a></h1>
|
||||
<p>You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be <a href="index.html">indexed</a>.</p>
|
||||
<img src="images/queries-images/query-window.png" alt="query-window.png" />
|
||||
@@ -90,7 +92,7 @@ types.</p></li>
|
||||
<p>This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".</p>
|
||||
|
||||
<h1>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a href="#logo"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" class="noprint" /></a>
|
||||
<a id="more-adv-query" name="more-adv-query">Even more advanced queries - "by Formula"</a></h1>
|
||||
<p>Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.</p>
|
||||
<p>Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to "<span class="menu">by Formula</span>" mode and be overwhelmed by this one line query string:</p>
|
||||
@@ -109,7 +111,7 @@ types.</p></li>
|
||||
</ul>
|
||||
|
||||
<h1>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a href="#logo"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" class="noprint" /></a>
|
||||
<a id="result-window" name="result-window">The result window</a></h1>
|
||||
<p>After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":</p>
|
||||
<img src="images/queries-images/result-window.png" alt="result-window.png" />
|
||||
@@ -126,11 +128,11 @@ types.</p></li>
|
||||
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="index.html">Index</a>
|
||||
   
|
||||
Next: <a href="workshop-filetypes+attributes.html">Workshop</a>
|
||||
«  <a href="index.html">Index</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="workshop-filetypes+attributes.html">Workshop</a>  »
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user