You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phone and text are no longer supported in query database filters when filtering by phone_number and rich_text properties. Use phone_number and rich_text instead.
rollup query database filters no longer accept the text keyword. Use rich_text instead.
formula query database filters no longer accept the text keyword. Use string instead.
Notion has releasing Notion-Version 2022-02-22 with the following backwards incompatible changes:
text
in blocks has been renamed torich_text
, to be consistent with the database property type.. #242phone
andtext
are no longer supported in query database filters when filtering byphone_number
andrich_text
properties. Usephone_number
andrich_text
instead.rollup
query database filters no longer accept thetext
keyword. Userich_text
instead.formula
query database filters no longer accept thetext
keyword. Usestring
instead.property_item
objects now return atype
,next_url
, andid
. #244The pull request for these changes should be raised against
notion-version-2022-02-22
.Notion changelog: https://developers.notion.com/changelog/releasing-notion-version-2022-02-22
The text was updated successfully, but these errors were encountered: