python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

Bug: .negate()

Open hitokiri opened this issue 2 years ago • 0 comments

There is a bug that when you use negate, in a query with chain(), to add an extra not

Eg: image

the first contains two not and the second contains only one not

query = mailbox.new_query().on_attribute('subject').negate().contains('[cm#') merge_query = query.chain('and').on_attribute('isRead').equals(False)

hitokiri avatar Jun 22 '23 21:06 hitokiri