From: Kévin Gomez Date: Fri, 13 Nov 2015 19:57:46 +0000 (+0100) Subject: Document the matches operator in the FAQ X-Git-Tag: 2.0.0-alpha.1~11^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=aeff8aa765579259c1427dc469ff78ebdebfc72c;hp=f27aca26f645b16eea4a33691431aeaa7d4c1ffe;p=github%2Fwallabag%2Fwallabag.git Document the matches operator in the FAQ --- 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 @@ domainName {% trans %}The domain name of the entry{% endtrans %} - - + matches + + {% trans %} + Tests that a subject is matches a search (case-insensitive).
+ Example: title matches "football" + {% endtrans %} +