diff options
Diffstat (limited to '')
-rw-r--r-- | portato/db/hash.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/db/hash.py b/portato/db/hash.py index 8cea6f2..aa8c73e 100644 --- a/portato/db/hash.py +++ b/portato/db/hash.py @@ -32,6 +32,9 @@ class HashDatabase (Database): self.__initialize() self.populate() + def search_types(self): + return Database.SEARCH_NAME + def __initialize (self): self._db = defaultdict(list) self.inst_cats = set([self.ALL]) |