Update the userguide from i18n.haiku-os.org
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* thebowseat
|
||||
*
|
||||
-->
|
||||
<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>
|
||||
<title>クエリ</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -55,23 +57,23 @@
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>インデックス</td></tr>
|
||||
<tr class="index"><td>
|
||||
<a href="#find-window">The Find window</a><br />
|
||||
<a href="#basic-query">Basic queries - "by Name"</a><br />
|
||||
<a href="#adv-query">Advanced queries - "by Attribute"</a><br />
|
||||
<a href="#more-adv-query">Even more advanced queries - "by Formula"</a><br />
|
||||
<a href="#result-window">The result window</a><br />
|
||||
<a href="#query-template">Query Templates</a>
|
||||
<a href="#find-window">検索ウィンドウ</a><br />
|
||||
<a href="#basic-query">基本クエリ - "名前順"</a><br />
|
||||
<a href="#adv-query">高度なクエリ - "属性順"</a><br />
|
||||
<a href="#more-adv-query">さらに高度なクエリ - "フォーミュラ順"</a><br />
|
||||
<a href="#result-window">結果ウィンドウ</a><br />
|
||||
<a href="#query-template">クエリテンプレート</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<h1>Queries</h1>
|
||||
<h1>クエリ</h1>
|
||||
|
||||
<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>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="find-window" name="find-window">The Find window</a></h2>
|
||||
<a id="find-window" name="find-window">検索ウィンドウ</a></h2>
|
||||
<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" />
|
||||
<ol>
|
||||
@@ -92,12 +94,12 @@ Even better, you don't have to double-click to re-do a query. You can <a href="t
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="basic-query" name="basic-query">Basic queries - "by Name"</a></h2>
|
||||
<a id="basic-query" name="basic-query">基本クエリ - "名前順"</a></h2>
|
||||
<p>If you simply want to find all files and folders 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>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="adv-query" name="adv-query">Advanced queries - "by Attribute"</a></h2>
|
||||
<a id="adv-query" name="adv-query">高度なクエリ - "属性順"</a></h2>
|
||||
<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" />
|
||||
<p>You start by setting the filetype from <span class="menu">All files and folders</span> to, for example, <span class="menu">Text | E-mail</span> and change the search method to <span class="menu">by Attribute</span>.</p>
|
||||
@@ -110,7 +112,7 @@ A good way to cut down the number of search results.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="more-adv-query" name="more-adv-query">Even more advanced queries - "by Formula"</a></h2>
|
||||
<a id="more-adv-query" name="more-adv-query">さらに高度なクエリ - "フォーミュラ順"</a></h2>
|
||||
<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" />
|
||||
@@ -129,7 +131,7 @@ A good way to cut down the number of search results.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="result-window" name="result-window">The result window</a></h2>
|
||||
<a id="result-window" name="result-window">結果ウィンドウ</a></h2>
|
||||
<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" />
|
||||
<p>Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:</p>
|
||||
@@ -144,7 +146,7 @@ A good way to cut down the number of search results.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="query-template" name="query-template">Query Templates</a></h2>
|
||||
<a id="query-template" name="query-template">クエリテンプレート</a></h2>
|
||||
<p>If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these <i>exact</i> search parameters, but use it as starting point to only slightly tweak the formula.<br />
|
||||
By using the <span class="menu">Save query as template</span> menu item (see <a href="#find-window">(1) in screenshot</a> at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.</p>
|
||||
<p>Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.</p>
|
||||
|
||||
Reference in New Issue
Block a user