mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Catalog filtering by category works via Xapian
This commit is contained in:
@ -114,6 +114,9 @@ class Filter {
|
||||
bool hasName() const;
|
||||
const std::string& getName() const { return _name; }
|
||||
|
||||
bool hasCategory() const;
|
||||
const std::string& getCategory() const { return _category; }
|
||||
|
||||
private:
|
||||
friend class Library;
|
||||
|
||||
|
Reference in New Issue
Block a user