• Bram Schoenmakers's avatar
    Fix negation of ordinal tag filters · ef7a1150
    Bram Schoenmakers authored
    When an ordinal tag filter is negated (i.e. -id:1), then this isn't seen
    as a negation but as an ordinal tag filter with tag -id and value 1.
    Which isn't likely to exist, resulting in every todo item to be excluded
    from the result.
    ef7a1150
test_list_command.py 17.2 KB