35c255e59d
* New screenshot of Find window with improved(?) numbers style. * Haiku-doc.css: content font-size is now 0.9em * Added documentation for Icon-O-Matic. Comments/Corrections very welcome. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31403 a95241bf-73f2-0310-859d-f6bbb57e9c96
116 lines
8.1 KiB
HTML
116 lines
8.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* Copyright 2008-2009, Haiku. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Humdinger <humdingerb@gmail.com>
|
|
*
|
|
-->
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="robots" content="all" />
|
|
<title>Queries</title>
|
|
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">Queries</div>
|
|
</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>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<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, that these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.</p>
|
|
|
|
<h1><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" width="460" height="206" />
|
|
<ol>
|
|
<li><p>Select previous or saved queries or save the current query.</p></li>
|
|
<li><p>Narrow down your search from "All files and folders" to specific file
|
|
types.</p></li>
|
|
<li>Define the search method:<ul>
|
|
<li><span class="menu">by Name</span> - a basic search by filename</li>
|
|
<li><span class="menu">by Attribute</span> - an advanced search, you specify search terms for one or more attributes</li>
|
|
<li><span class="menu">by Formula</span> - an even more advanced search, you can fine-tune a complex query term</li></ul></li>
|
|
<li><p>Select which drives to search on.</p></li>
|
|
<li><p>Enter the search term.</p></li>
|
|
<li><p>The expander hides/unhides the additional options.</p></li>
|
|
<li><p>Uncheck the <span class="menu">Temporary</span> checkbox if you don't want this query self-destruct after 7 days.</p></li>
|
|
<li><p>Check if your query is supposed to <span class="menu">Include trash</span>.</p></li>
|
|
<li><p>Optionally, enter a name for this query if you want to save it.</p></li>
|
|
<li><p>You can drag&drop the icon to save the query.</p></li>
|
|
</ol>
|
|
|
|
<h1><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 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" width="441" height="172" />
|
|
<p>You start by setting the filetype from "<span class="menu">All files and folders</span>" to "<span class="menu">text | E-mail</span>" and change the search method to "<span class="menu">by Attribute</span>".</p>
|
|
<p>This adds a drop-down menu to the left of the textbox and the buttons "<span class="button">Add</span> and <span class="button">Remove</span> under that. From the menu you choose which attribute to query. With <span class="button">Add</span> and <span class="button">Remove</span> you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.</p>
|
|
<p>Let's do an email query as an example:</p>
|
|
<img src="../images/queries-images/query-window-filled.png" alt="query-window-filled.png" width="441" height="262" />
|
|
<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 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>
|
|
<img src="../images/queries-images/formula-query.png" alt="formula-query.png" width="441" height="173" />
|
|
<p>Once more as text, edited for readability:</p>
|
|
<pre>(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
|
|
&&(MAIL:when>=%2 months%))
|
|
&&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
|
|
||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
|
|
&&(BEOS:TYPE=="text/x-email"))</pre>
|
|
<p>What's the use?</p>
|
|
<ul>
|
|
<li><p>You could copy and paste the string into an email, forum or IRC for others to use or debug.</p></li>
|
|
<li><p>You can use this method to construct a query in <span class="menu">Attribute</span> mode and then switch to <span class="menu">Formula</span> mode, to comfortably generate a search string to use for a query in Terminal or a script.</p></li>
|
|
<li><p>You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "<tt>==</tt>" to "<tt>!=</tt>" for a NOT AND. All you need is a basic understanding of <a href="http://en.wikipedia.org/wiki/Regular_expression" class='external free' title="http://en.wikipedia.org/wiki/Regular expression">regular expressions</a> and maybe some scripting basics.</p></li>
|
|
</ul>
|
|
|
|
<h1><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" width="704" height="359" />
|
|
<p>Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:</p>
|
|
<ul>
|
|
<li><p>You can open the folder a file resides in by double clicking on its path attribute.</p></li>
|
|
<li><p>With <span class="menu">File | Edit Query</span> or <span class="key">ALT</span> <span class="key">G</span> you get back to your Find window to refine your query.</p></li>
|
|
<li><p>A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.</p></li>
|
|
</ul>
|
|
<p>You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with <span class="menu">Attributes | Copy Attributes</span>.</p>
|
|
<p>Open <span class="path">/boot/home/config/settings/Tracker/DefaultQueryTemplates</span>, create a new folder and rename it to <i>group/filetype</i>, replacing slashes with underscores, e.g."audio_x-mp3". Open the new folder and paste in the layout with <span class="menu">Attributes | Paste Attributes</span>.</p>
|
|
|
|
</div>
|
|
|
|
<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>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|