Add custom filter of tags in the OPDS feed using facets.
Need more testing but should be ok. re #21
This commit is contained in:
parent
98362a6d39
commit
5d9c54eee6
5 changed files with 67 additions and 12 deletions
|
@ -133,5 +133,10 @@
|
|||
* 1 : Yes (enable)
|
||||
* 0 : No
|
||||
*/
|
||||
$config['cops_update_epub-metadata'] = "0";
|
||||
$config['cops_update_epub-metadata'] = "0";
|
||||
|
||||
/*
|
||||
* Filter on tags to book list
|
||||
*/
|
||||
$config['cops_books_filter'] = array ("Non lus" => "!Read", "lus" => "Read");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue