yazdipour / OmnivoreQL

@Omnivore-app API client for Python
https://pypi.org/project/omnivoreql/
MIT License
69 stars 6 forks source link

Content is not returned using `get_articles` #29

Closed MartinBernstorff closed 4 months ago

MartinBernstorff commented 4 months ago

AFAICT, it is because of a missing "content" on SearchSuccess:

https://github.com/yazdipour/OmnivoreQL/blob/ef00e337dd1f7169f96494dcd1afbefcb23e876c/omnivoreql/queries/Search.graphql#L15

Locally, I fixed it by adding "content", but unsure how that interacts with the method's include_content.

Thanks for the work you've done here!

yazdipour commented 4 months ago

I hope this changes I made are exactly targeting this issue. I appreciate if you can try these new change in v0.3.4.