mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Catalog filtering by publisher works via Xapian
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user