server/posts: support note-text search query

This commit is contained in:
rr-
2017-02-05 21:50:58 +01:00
parent 1f14f2fc16
commit 0b21d98c9b
4 changed files with 61 additions and 22 deletions

View File

@ -54,6 +54,10 @@
<td><code>note-count</code></td>
<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>