jakeswenson / notion

Notion Offical API client library for rust
https://crates.io/crates/notion
MIT License
130 stars 61 forks source link

move And and Or variants to FilterCondition to support recursive nesting #52

Closed markacola closed 1 year ago

markacola commented 1 year ago

I could not construct a FilterCondition across multiple properties with the current setup.

The test cases are taken from the Notion API reference.