Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
Indeks
The Find window
Basic queries - "by name"
Advanced queries - "by attribute"
Even more advanced queries - "by formula"
The result window
Query templates

Queries

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ 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.
Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

index The Find window

You start a query by invoking the Find… menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

basic-query.png
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. Narrow down your search from All files and folders to specific file types.

  3. Define the search method:
    • by name - a basic search by file or folder name
    • by attribute - an advanced search, you specify search terms for one or more attributes
    • by formula - an even more advanced search, you can fine-tune a complex query term
  4. Select which drives to search on.

  5. Enter the search term.

  6. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  7. Check if your query is supposed to Include trash.

  8. Optionally, enter a name for this query if you want to save it.

  9. You can drag & drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

index Basic queries - "by name"

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 by Name, enter the search term into the text box and press ENTER.

index Advanced queries - "by attribute"

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

query-window.png

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by attribute.

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

Let's do an email query as an example:

query-window-filled.png

This is your Find window when you're looking for all emails Clara Oswald has sent to you in the last two months that had in the subject "sufflé" or "impossible".
As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
A good way to cut down the number of search results.

index Even more advanced queries - "by formula"

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

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 by formula mode and be overwhelmed by this one line query string:

formula-query.png

Once more as text, edited for readability:

(((((MAIL:from=="*[cC][lL][aA][rR][aA] [oO][sS][wW][aA][lL][dD]*")
       &&(MAIL:when>=%2 months%))
       &&(MAIL:subject=="*[sS][uU][fF][fF][lL][éÉ]*"))
       ||(MAIL:subject=="*[iI][mM][pP][oO][sS][sS][iI][bB][lL][eE]*"))
       &&(BEOS:TYPE=="text/x-email"))

What's the use?

index The result window

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

result-window.png

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

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 Attributes | Copy layout.

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

index Query templates

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 exact search parameters, but use it as starting point to only slightly tweak the formula.
By using the Save query as template menu item (see (1) in screenshot 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.

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.