react-notion icon indicating copy to clipboard operation
react-notion copied to clipboard

notion worker only fetching default view.

Open hussamkhatib opened this issue 4 years ago • 0 comments

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 .

hussamkhatib avatar Jul 22 '21 07:07 hussamkhatib