diff options
| author | rr- <rr-@sakuya.pl> | 2017-02-05 21:46:24 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-02-05 21:47:52 +0100 |
| commit | 1f14f2fc165f489dcd2b9b964d0659f35ba41d5b (patch) | |
| tree | f048c8d43301aba35ac83f2092a1212e67a8b529 /client/html | |
| parent | 6cc18be68d979f6d1811fb95700a10c22da1a518 (diff) | |
docs/api: add info about wildcards
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/help_search_posts.tpl | 8 | ||||
| -rw-r--r-- | client/html/help_search_tags.tpl | 2 |
2 files changed, 5 insertions, 5 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> diff --git a/client/html/help_search_tags.tpl b/client/html/help_search_tags.tpl index 3869734..b6fbecc 100644 --- a/client/html/help_search_tags.tpl +++ b/client/html/help_search_tags.tpl @@ -12,7 +12,7 @@ </tr> <tr> <td><code>category</code></td> - <td>having given category</td> + <td>having given category (accepts wildcards)</td> </tr> <tr> <td><code>creation-date</code></td> |