diff --git a/buku.py b/buku.py index 1ae6641..2397c96 100755 --- a/buku.py +++ b/buku.py @@ -1269,6 +1269,9 @@ class BukuDb: """ logdbg(tags) + if tags is None or tags == DELIM or tags == '': + return None + tags, search_operator, excluded_tags = prep_tag_search(tags) if search_operator is None: logerr("Cannot use both '+' and ',' in same search")