~ubuntu-branches/ubuntu/natty/jabref/natty

« back to all changes in this revision

Viewing changes to src/help/SearchHelp.html

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-11-16 18:38:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071116183818-20x934jdsju14618
Tags: 2.3-2
* Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on
  Debian yet but helps Ubuntu users (TODO: add dependency on
  icedtea-java7-jre (not yet in Debian)).
* Reformat wrapper script.
* debian/rules: re-arrange targets and their dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML>
2
 
 
3
 
<BODY text="#275856">
4
 
<basefont size="4" color="#2F4958" face="arial">
5
 
 
6
 
<H1>Searching</H1>
7
 
 
8
 
 
9
 
There are three different search modes in JabRef.
10
 
 
11
 
<p>
12
 
<em>CTRL-F</em> opens or focuses the search interface. Pressing
13
 
<em>CTRL-F</em> several times toggles search mode. When searching
14
 
incrementally, pressing <em>CTRL-F</em> makes the program search for
15
 
the next occurence of the search string.
16
 
<p>
17
 
<em>CTRL-SHIFT-F</em> opens or focuses the search interface, and
18
 
selects incremental search. When searching incrementally,
19
 
<em>CTRL-SHIFT-F</em> also finds the next occurence of the search
20
 
string.
21
 
 
22
 
<H2>Incremental search</H2>
23
 
 
24
 
When searching incrementally, the program searches immediately each
25
 
time you press a letter. The status line informs you about the success
26
 
of the search. Pressing the search shortcut keys causes the program to
27
 
find the next occurrence of the current search string. If no further
28
 
occurrences can be found, the status line will notify you about
29
 
this. Repeating the search again causes the search to restart at the
30
 
top. The search order always follows the current sorting of your
31
 
database. To escape an incremental search, press ESC or click "Clear
32
 
search".
33
 
 
34
 
<H2>Normal</H2>
35
 
 
36
 
In a normal search, the program searches your database for all occurences of the words in your
37
 
search string, once you press ENTER. Only entries containing all words will be considered matches.
38
 
To search for sequences of words, enclose the sequences in double quotes. For instance, the query
39
 
<b>progress "marine aquaculture"</b> will match entries containing both the word "progress" and the
40
 
phrase "marine aquaculture". All entries that don't match are hidden, leaving for display the
41
 
matching entries only (filter mode), or are grayed-out (float mode).
42
 
To stop displaying the search results, press ESC or click "Clear search".
43
 
 
44
 
<a name="advanced"><H2>Field specification, logical operators</H2>
45
 
 
46
 
In order to search specific fields only and/or include logical operators in the search expression, a special syntax is available in which these can be specified. E.g. to search for entries whose author is "Miller", enter (in any but incremental search mode):
47
 
<p>
48
 
author = miller
49
 
<p>
50
 
Both the field specification and the search term support regular expressions. If the search term contains spaces, enclose it in quotes. Do <i>not</i> use spaces in the field specification! E.g. to search for entries about image processing, type:
51
 
<p>
52
 
title|keywords = "image processing"
53
 
<p>
54
 
You can use "and", "or", "not", and braces as intuitively expected:
55
 
<p>
56
 
(author = miller or title|keywords = "image processing") and not author = brown
57
 
<p>
58
 
The "=" sign is actually a shorthand for "contains". Searching for an exact match is possible using "matches" or "==". Using "!=" tests if the search term is <i>not</i> contained in the field (equivalent to "not ... contains ..."). The selection of field types to search (required, optional, all) is always overruled by the field specification in the search expression. To search for entries of a certain type, a pseudo field called "entrytype" is available:
59
 
<p>
60
 
entrytype = thesis
61
 
<p>
62
 
This finds entries whose type (as displayed in the "Entrytype" column) contains the word "thesis" (which would be "phdthesis" and "mastersthesis"). Another pseudo field "bibtexkey" allows to search for citation keys, e.g.
63
 
<p>
64
 
bibtexkey = miller2005
65
 
 
66
 
<H2>Search settings</H2>
67
 
 
68
 
 The <em>Settings</em> button opens a menu that allows to toggle case sensitivity and use of regular expressions in the search, and whether search results should be selected in the table.
69
 
 
70
 
</BODY>
71
 
</HTML> 
 
 
b'\\ No newline at end of file'
 
1
<html xmlns="http://www.w3.org/1999/xhtml">
 
2
 
 
3
<body text="#275856">
 
4
    <basefont size="4"
 
5
          color="#2F4958"
 
6
          face="arial" />
 
7
 
 
8
    <h1>Searching</h1>
 
9
 
 
10
    <p>There are three different search modes in JabRef.</p>
 
11
 
 
12
    <p><em>CTRL-F</em> opens or focuses the search interface.
 
13
    Pressing <em>CTRL-F</em> several times toggles search mode.
 
14
    When searching incrementally, pressing <em>CTRL-F</em> makes
 
15
    the program search for the next occurence of the search
 
16
    string.</p>
 
17
 
 
18
    <p><em>CTRL-SHIFT-F</em> opens or focuses the search interface,
 
19
    and selects incremental search. When searching incrementally,
 
20
    <em>CTRL-SHIFT-F</em> also finds the next occurence of the
 
21
    search string.</p>
 
22
 
 
23
    <h2>Incremental search</h2>
 
24
 
 
25
    <p>When searching incrementally, the
 
26
    program searches immediately each time you press a letter. The
 
27
    status line informs you about the success of the search.
 
28
    Pressing the search shortcut keys causes the program to find
 
29
    the next occurrence of the current search string. If no further
 
30
    occurrences can be found, the status line will notify you about
 
31
    this. Repeating the search again causes the search to restart
 
32
    at the top. The search order always follows the current sorting
 
33
    of your database. To escape an incremental search, press ESC or
 
34
    click "Clear search".</p>
 
35
 
 
36
    <h2>Normal</h2>
 
37
 
 
38
    <p>In a normal search, the program searches your
 
39
    database for all occurences of the words in your search string,
 
40
    once you press ENTER. Only entries containing all words will be
 
41
    considered matches. To search for sequences of words, enclose
 
42
    the sequences in double quotes. For instance, the query
 
43
    <b>progress "marine aquaculture"</b> will match entries
 
44
    containing both the word "progress" and the phrase "marine
 
45
    aquaculture". All entries that don't match are hidden, leaving
 
46
    for display the matching entries only (filter mode), or are
 
47
    grayed-out (float mode). To stop displaying the search results,
 
48
    press ESC or click "Clear search".</p>
 
49
 
 
50
    <h2><a name="advanced"
 
51
       id="advanced">Field specification, logical
 
52
       operators</a></h2>
 
53
 
 
54
       <p>In order to search specific fields only
 
55
       and/or include logical operators in the search expression, a
 
56
       special syntax is available in which these can be specified.
 
57
       E.g. to search for entries whose author is "Miller", enter
 
58
       (in any but incremental search mode):</p>
 
59
 
 
60
    <p>author = miller</p>
 
61
 
 
62
    <p>Both the field specification and the search term support
 
63
    regular expressions. If the search term contains spaces,
 
64
    enclose it in quotes. Do <i>not</i> use spaces in the field
 
65
    specification! E.g. to search for entries about image
 
66
    processing, type:</p>
 
67
 
 
68
    <p>title|keywords = "image processing"</p>
 
69
 
 
70
    <p>You can use "and", "or", "not", and braces as intuitively
 
71
    expected:</p>
 
72
 
 
73
    <p>(author = miller or title|keywords = "image processing") and
 
74
    not author = brown</p>
 
75
 
 
76
    <p>The "=" sign is actually a shorthand for "contains".
 
77
    Searching for an exact match is possible using "matches" or
 
78
    "==". Using "!=" tests if the search term is <i>not</i>
 
79
    contained in the field (equivalent to "not ... contains ...").
 
80
    The selection of field types to search (required, optional,
 
81
    all) is always overruled by the field specification in the
 
82
    search expression. To search for entries of a certain type, a
 
83
    pseudo field called "entrytype" is available:</p>
 
84
 
 
85
    <p>entrytype = thesis</p>
 
86
 
 
87
    <p>This finds entries whose type (as displayed in the
 
88
    "Entrytype" column) contains the word "thesis" (which would be
 
89
    "phdthesis" and "mastersthesis"). Another pseudo field
 
90
    "bibtexkey" allows to search for citation keys, e.g.</p>
 
91
 
 
92
    <p>bibtexkey = miller2005</p>
 
93
 
 
94
    <h2>Search settings</h2>
 
95
 
 
96
    <p>The <em>Settings</em> button opens a
 
97
    menu that allows to toggle case sensitivity and use of regular
 
98
    expressions in the search, and whether search results should be
 
99
    selected in the table.</p>
 
100
</body>
 
101
</html>
 
 
b'\\ No newline at end of file'