Extend entry search filtering

This commit is contained in:
thePR0M3TH3AN
2025-07-18 14:54:10 -04:00
parent 5eab7f879c
commit b0ba723bdd
10 changed files with 90 additions and 86 deletions

View File

@@ -22,7 +22,7 @@ class FakeEntries:
def list_entries(self):
return []
def search_entries(self, query):
def search_entries(self, query, kinds=None):
return []
def add_entry(self, label, length, username=None, url=None):