Allow the library to be filtered by tags.

This add an argument to `listBooksIds` to filter by tags.
So, this is an API break.
This commit is contained in:
Matthieu Gautier
2019-03-07 17:08:39 +01:00
parent f1a046757e
commit c6254d9504
2 changed files with 20 additions and 0 deletions

View File

@ -194,6 +194,7 @@ class Library
const std::string& language = "",
const std::string& creator = "",
const std::string& publisher = "",
const std::vector<std::string>& tags = {},
size_t maxSize = 0);
friend class OPDSDumper;