exc4l

Results 1 issues of exc4l

MWE: ```python col = Collection(user='testing') notes = col.notes selection = notes[notes.has_tag("leech")] #selection = selection.add_tag(["marked"]) col.notes.update(selection) col.write(modify=True) ``` col.summarize_changes() for this: ``` ======== notes ======== Total rows: 10347 Compared to original...

bug
help wanted