SongFilter: implement the AND operator

This commit is contained in:
Max Kellermann
2018-07-25 07:52:38 +02:00
parent 7a8d5070f5
commit 7aa8497546
2 changed files with 24 additions and 1 deletions

View File

@@ -268,6 +268,13 @@
time stamp).
</para>
</listitem>
<listitem>
<para>
"<code>EXPRESSION1 AND EXPRESSION2 ...</code>": combine two or
more expressions with logical "and".
</para>
</listitem>
</itemizedlist>
<para>