Try to explain a little the filters.

This commit is contained in:
Sébastien Lucas 2013-01-25 21:12:05 +01:00
parent 5099691cd9
commit 5dbc503a52

View file

@ -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");