Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix notion columnlist retrieval #208

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

hardchor
Copy link

(based on #166)

I noticed that content from ColumnList was missing, so decided to dive deep into what happened. In my search, I found that the current implementation only ever goes 1 level deep into the Column, and so any more complex structures (like an expanding Heading with children) would get lost.

I refactored the page extraction to enable recursive block extraction (within the current page). There are probably other elements where this could be applied to.

I know you're working on the v2 migration right now and appreciate you might not want to merge this PR, but just wanted to leave this here for reference.

@hardchor
Copy link
Author

@rbiseck3 @potter-potter FYI

@potter-potter
Copy link
Contributor

@hardchor Thanks so much for diving into this! We are right in the middle of coming out with the Notion V2 as you mentioned and will make sure the dev working on this sees it.

@bryan-unstructured
Copy link
Contributor

bryan-unstructured commented Jan 9, 2025

issue has been fixed in PR #162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants