mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user