mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 02:39:24 +01:00
Document the matches operator in the FAQ
This commit is contained in:
parent
f27aca26f6
commit
aeff8aa765
@ -316,8 +316,13 @@
|
||||
<tr>
|
||||
<td>domainName</td>
|
||||
<td>{% trans %}The domain name of the entry{% endtrans %}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>matches</td>
|
||||
<td>
|
||||
{% trans %}
|
||||
Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />
|
||||
Example: <code>title matches "football"</code>
|
||||
{% endtrans %}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user