Try to explain a little the filters.
This commit is contained in:
parent
5099691cd9
commit
5dbc503a52
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue