Catalog filtering by creator works via Xapian

This commit is contained in:
Veloman Yunkan
2021-04-13 00:51:53 +04:00
parent d3d5abe14d
commit 3d5fd8f585
3 changed files with 54 additions and 6 deletions

View File

@ -123,6 +123,9 @@ class Filter {
bool hasPublisher() const;
const std::string& getPublisher() const { return _publisher; }
bool hasCreator() const;
const std::string& getCreator() const { return _creator; }
private:
friend class Library;