diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-04-20 01:59:30 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-04-20 01:59:30 +0800 |
commit | a962b07708eb68a40769a605988e89c3b067ab0e (patch) | |
tree | 2a0feec9ed2485127ad80b4fac0e98f4b86941a1 /help/C/xinclude-searching.xml | |
parent | 65fed9486c084c4c913c9af296bb1e49b6e40b6d (diff) | |
download | gsoc2013-evolution-a962b07708eb68a40769a605988e89c3b067ab0e.tar.gz gsoc2013-evolution-a962b07708eb68a40769a605988e89c3b067ab0e.tar.zst gsoc2013-evolution-a962b07708eb68a40769a605988e89c3b067ab0e.zip |
User docs: Use XInclude for common Search help to avoid string duplication
Diffstat (limited to 'help/C/xinclude-searching.xml')
-rw-r--r-- | help/C/xinclude-searching.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/help/C/xinclude-searching.xml b/help/C/xinclude-searching.xml new file mode 100644 index 0000000000..b06486da7a --- /dev/null +++ b/help/C/xinclude-searching.xml @@ -0,0 +1,34 @@ +<info xmlns="http://projectmallard.org/1.0/"> + +<section id="advanced-search"> +<title>Advanced Search</title> +<steps> +<item><p>Select the <guiseq><gui>Search</gui><gui>Advanced Search</gui></guiseq> menu to open the dialog box.</p></item> +<item><p>Click <gui style="button">Add Condition</gui> to add any number of rules.</p></item> +<item><p>Select the condition from the dropdown list, and then type a search entry in the field.</p></item> +<item><p>Click <gui style="button">OK</gui> to get the search results displayed.</p></item> +</steps> +</section> + +<section id="clearing-search"> +<title>Clearing the Search results</title> +<p>To clear your search view and get back to the default view, click the <gui>Clear</gui> icon in the search string field, or choose <guiseq><gui>Search</gui><gui>Clear</gui></guiseq> from the menubar. You can also press <keyseq><key>Shift</key><key>Ctrl</key><key>Q</key></keyseq> to clear the search.</p> +</section> + +<section id="saved-searches"> +<title>Saved Searches</title> +<p>If you search for something rather often, you will prefer not to type it many times. In this case you can use saved searches.</p> +<p>To save your search results, either click <gui>Save</gui> instead of <gui>OK</gui> in the Search dialog, or in case the search results are already displayed, select <guiseq><gui>Search</gui><gui>Save Search</gui></guiseq>. From now on this search will be directly available from the <gui>Search</gui> menu.</p> +</section> + +<section id="editing-a-saved-search"> +<title>Editing a Saved Search</title> +<steps> +<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item> +<item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item> +<item><p>Edit the title or search conditions from the dialog box.</p></item> +<item><p>Click <gui>OK</gui>.</p></item> +</steps> +</section> + +</info> |