changeset 3:fd9ff64a1fe9

README: added instruction to make a logical AND with filters
author Goffi <goffi@goffi.org>
date Thu, 22 Jul 2010 21:28:29 +0800
parents 6f4b5e24cf08
children a8b144574340
files README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Jul 21 17:04:39 2010 +0800
+++ b/README	Thu Jul 22 21:28:29 2010 +0800
@@ -44,6 +44,9 @@
 
 filters are case insensitive
 
+filter user logical OR (it means that lm --filter "@genre:sci-fi,comedy" will return all science-fiction movies and all comedies ("Starship Troopers" and "Le dîner de cons" are accepted by this filter).
+If you want to use a logical AND, you can use two time the filter: lm --f@genre:sci-fi@genre:comedy will return all science-fiction movies which are also comedies (like "Galaxy Quest").
+
 
 ** Credit **