diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-11-13 20:57:46 +0100 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-13 20:57:46 +0100 |
commit | aeff8aa765579259c1427dc469ff78ebdebfc72c (patch) | |
tree | d3ebca085bd38deba48eb5392d54bd2f57d28c0a | |
parent | f27aca26f645b16eea4a33691431aeaa7d4c1ffe (diff) | |
download | wallabag-aeff8aa765579259c1427dc469ff78ebdebfc72c.tar.gz wallabag-aeff8aa765579259c1427dc469ff78ebdebfc72c.tar.zst wallabag-aeff8aa765579259c1427dc469ff78ebdebfc72c.zip |
Document the matches operator in the FAQ
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index a6fd2f11..e08393a2 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | |||
@@ -316,8 +316,13 @@ | |||
316 | <tr> | 316 | <tr> |
317 | <td>domainName</td> | 317 | <td>domainName</td> |
318 | <td>{% trans %}The domain name of the entry{% endtrans %}</td> | 318 | <td>{% trans %}The domain name of the entry{% endtrans %}</td> |
319 | <td></td> | 319 | <td>matches</td> |
320 | <td></td> | 320 | <td> |
321 | {% trans %} | ||
322 | Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br /> | ||
323 | Example: <code>title matches "football"</code> | ||
324 | {% endtrans %} | ||
325 | </td> | ||
321 | </tr> | 326 | </tr> |
322 | </tbody> | 327 | </tbody> |
323 | </table> | 328 | </table> |