diff options
| author | rr- | 2017-02-05 21:50:58 +0100 |
|---|---|---|
| committer | rr- | 2017-02-05 21:51:53 +0100 |
| commit | 0b21d98c9bb26db6b5e9aa40e8877af33ec7a390 (patch) | |
| tree | 9a0854f907f0cb5c10b38de2c768ddd03513f7df /client/html/help_search_posts.tpl | |
| parent | 1f14f2fc165f489dcd2b9b964d0659f35ba41d5b (diff) | |
server/posts: support note-text search query
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -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 f1f062c..1c4ea86 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -55,6 +55,10 @@ <td>having given number of annotations</td> </tr> <tr> + <td><code>note-text</code></td> + <td>having given note text (accepts wildcards)</td> + </tr> + <tr> <td><code>relation-count</code></td> <td>having given number of relations</td> </tr> |