splitbee / react-notion

A fast React renderer for Notion pages
https://react-notion.com
MIT License
2.85k stars 149 forks source link

notion worker only fetching default view. #74

Open hussamkhatib opened 3 years ago

hussamkhatib commented 3 years ago

I have a notion database with many views. examples
default -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=fd64f69c0cbc40778e8b7678cc9c7efc view using filter -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=75f71e6a98af49c7a99bfffd5831062c view using sort -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=62490a5720ff45c8bc7201e9bf8831d9 I tried fetching using the notion worker https://notion-api.splitbee.io/v1/table/${NOTION_BLOG_ID} So the result I am found that all the 3 views are returning same results . In case of filter , It results returning all .In case of sort , it returns unsorted .