# HG changeset patch # User Goffi # Date 1279805309 -28800 # Node ID fd9ff64a1fe9a1af76b2e7d400bc698b1b0fbe66 # Parent 6f4b5e24cf08b57db97b5432e09d2a47b5369590 README: added instruction to make a logical AND with filters diff -r 6f4b5e24cf08 -r fd9ff64a1fe9 README --- 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 **