]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Document the matches operator in the FAQ
authorKévin Gomez <contact@kevingomez.fr>
Fri, 13 Nov 2015 19:57:46 +0000 (20:57 +0100)
committerKévin Gomez <contact@kevingomez.fr>
Fri, 13 Nov 2015 19:57:46 +0000 (20:57 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig

index a6fd2f11d51d88693afb34b07df471cecd2eb846..e08393a235d21469a570e78387b0cfdd57838967 100644 (file)
                                             <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>