diff options
| -rw-r--r-- | client/html/help_search_posts.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index 0fe584f..1fcd453 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -15,6 +15,10 @@ <td>having given tag (accepts wildcards)</td> </tr> <tr> + <td><code>category</code></td> + <td>having any tag in this category</td> + </tr> + <tr> <td><code>score</code></td> <td>having given score</td> </tr> |