filter_equals: NotionRubyMapping 解説 (55)

NotionRubyMapping解説の第55回目では、フィルター機能で等価性を確認するfilter_equalsについて解説しました。特に日付の比較では範囲を指定する処理が行われています。(要約 by Notion AI)

query_database: NotionRubyMapping 解説 (54)

NotionRubyMapping解説の第54回目では、データベースのクエリについての解説を開始します。最初のステップとして、フィルタなしでのデータベース検索を行います。(要約 by Notion AI)

StatusProperty(DB, Page): NotionRubyMapping 解説 (53)

第53回目のNotionRubyMappingでは、StatusPropertyの作成と更新について説明します。ステータスは更新可能ですが、データベースのスキーマは変更できません。(要約 by Notion AI)

UrlProperty(Page): NotionRubyMapping 解説 (52)

52回目のNotionRubyMappingでは、ページのUrlPropertyの変更を解説します。URLを設定することができ、設定されたURLがプロパティに反映されます。(要約 by Notion AI)

TitleProperty(Page): NotionRubyMapping 解説 (51)

NotionRubyMappingの第51回目ではTitlePropertyの変更が説明されています。TitlePropertyはRichTextPropertyと同様ですが、装飾は意味がありません。このプロパティを更新することでページのタイトルを設定できます。(要約 by Notion AI)

SelectProperty(Page): NotionRubyMapping 解説 (50)

NotionRubyMapping 解説の第50回目では、ページの SelectProperty の変更方法について説明されています。存在しないオプションは自動的にデータベースプロパティに登録されます。(要約 by Notion AI)

RichTextProperty(Page): NotionRubyMapping 解説 (49)

NotionRubyMappingの第49回目では、RichTextPropertyの変更について説明しました。ページのプロパティを更新するために文字列やTextObjectを追加する方法を示しました。(要約 by Notion AI)