n6g7 / notion-cms

Notion as a headless CMS
https://notion-cms.js.org
113 stars 2 forks source link

Allow status filter #266

Open tzilmarn opened 1 year ago

tzilmarn commented 1 year ago

Great library! It solves my needs exactly 🥇 The notion API allows status filtering, so I think this line should be uncommented. https://developers.notion.com/reference/post-database-query-filter#status-filter-condition

https://github.com/n6g7/notion-cms/blob/6c7dc8c7392c65817b1333d44c02b2aa25825ac0/packages/client/lib/filters.ts#L197

tzilmarn commented 1 year ago

PR #267