diff options
| author | rr- | 2017-02-05 21:46:24 +0100 |
|---|---|---|
| committer | rr- | 2017-02-05 21:47:52 +0100 |
| commit | 1f14f2fc165f489dcd2b9b964d0659f35ba41d5b (patch) | |
| tree | f048c8d43301aba35ac83f2092a1212e67a8b529 /client/html/help_search_posts.tpl | |
| parent | 6cc18be68d979f6d1811fb95700a10c22da1a518 (diff) | |
docs/api: add info about wildcards
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index 074819f..f1f062c 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -12,7 +12,7 @@ </tr> <tr> <td><code>tag</code></td> - <td>having given tag</td> + <td>having given tag (accepts wildcards)</td> </tr> <tr> <td><code>score</code></td> @@ -20,7 +20,7 @@ </tr> <tr> <td><code>uploader</code></td> - <td>uploaded by given user</td> + <td>uploaded by given use (accepts wildcards)r</td> </tr> <tr> <td><code>upload</code></td> @@ -32,11 +32,11 @@ </tr> <tr> <td><code>comment</code></td> - <td>commented by given user</td> + <td>commented by given user (accepts wildcards)</td> </tr> <tr> <td><code>fav</code></td> - <td>favorited by given user</td> + <td>favorited by given user (accepts wildcards)</td> </tr> <tr> <td><code>tag-count</code></td> |