Alex Lebedev

Results 2 issues of Alex Lebedev

I need to filter entries by Content Type and fields existence. So, the expected code, that [API documentation suggests](https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/existence/query-entries/console/python) is: ``` client.entries({'content_type': '', 'fields.tags[exists]': True}) ``` or, if real-life example:...

> [!IMPORTANT] > 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Problem ## Changes ## Did you write or update any docs for this change? -...