summaryrefslogtreecommitdiff
path: root/client/html/help_search_pools.tpl
blob: a1f0c800deddfea95851ee042b6f067de8f561f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<p><strong>Anonymous tokens</strong></p>

<p>Same as <code>name</code> token.</p>

<p><strong>Named tokens</strong></p>

<table>
    <tbody>
        <tr>
            <td><code>name</code></td>
            <td>having given name (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>category</code></td>
            <td>having given category (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>creation-date</code></td>
            <td>created at given date</td>
        </tr>
        <tr>
            <td><code>creation-time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>last-edit-date</code></td>
            <td>edited at given date</td>
        </tr>
        <tr>
            <td><code>last-edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-date</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>post-count</code></td>
            <td>alias of <code>usages</code></td>
        </tr>
    </tbody>
</table>

<p><strong>Sort style tokens</strong></p>

<table>
    <tbody>
        <tr>
            <td><code>random</code></td>
            <td>as random as it can get</td>
        </tr>
        <tr>
            <td><code>name</code></td>
            <td>A to Z</td>
        </tr>
        <tr>
            <td><code>category</code></td>
            <td>category (A to Z)</td>
        </tr>
        <tr>
            <td><code>creation-date</code></td>
            <td>recently created first</td>
        </tr>
        <tr>
            <td><code>creation-time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>last-edit-date</code></td>
            <td>recently edited first</td>
        </tr>
        <tr>
            <td><code>last-edit-time</code></td>
            <td>alias of <code>creation-time</code></td>
        </tr>
        <tr>
            <td><code>edit-date</code></td>
            <td>alias of <code>creation-time</code></td>
        </tr>
        <tr>
            <td><code>edit-time</code></td>
            <td>alias of <code>creation-time</code></td>
        </tr>
        <tr>
            <td><code>post-count</code></td>
            <td>number of posts</td>
        </tr>
    </tbody>
</table>

<p><strong>Special tokens</strong></p>

<p>None.</p>