Catalog filtering by publisher works via Xapian

This commit is contained in:
Veloman Yunkan
2021-04-12 13:05:44 +04:00
parent 7ccd9ffcce
commit a759ab989f
3 changed files with 56 additions and 6 deletions

View File

@ -120,6 +120,9 @@ class Filter {
bool hasLang() const;
const std::string& getLang() const { return _lang; }
bool hasPublisher() const;
const std::string& getPublisher() const { return _publisher; }
private:
friend class Library;