From 5dbc503a52984676949e4b7b2bb96fb7a0e281fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 25 Jan 2013 21:12:05 +0100 Subject: [PATCH] Try to explain a little the filters. --- config_default.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config_default.php b/config_default.php index 1f517a1..746924d 100644 --- a/config_default.php +++ b/config_default.php @@ -137,6 +137,10 @@ /* * Filter on tags to book list + * Only works with the OPDS catalog for now + * Usage : array ("I only want to see books using the tag : Tag1" => "Tag1", + * "I only want to see books not using the tag : Tag1" => "!Tag1", + * "I only want to see every books" => "", */ $config['cops_books_filter'] = array ("Tout" => "", "Non lus" => "!Read", "lus" => "Read");