forked from wallabag/wallabag
Document the matches operator in the FAQ
This commit is contained in:
@ -316,8 +316,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>domainName</td>
|
<td>domainName</td>
|
||||||
<td>{% trans %}The domain name of the entry{% endtrans %}</td>
|
<td>{% trans %}The domain name of the entry{% endtrans %}</td>
|
||||||
<td></td>
|
<td>matches</td>
|
||||||
<td></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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user