diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-16 19:51:18 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-16 19:51:18 +0000 |
| commit | 01be3240e5805dd3a8385bbdfa0741978075b22c (patch) | |
| tree | c61f368bea7ac24924047bd098c0e78393c24092 /client | |
| parent | 41cf39c57aa347a279fb71d52e2f666d558547ff (diff) | |
client: add help text about post search by category
Diffstat (limited to 'client')
| -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> |