mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2321] [MERGED] Fix/notion query database filter #2400
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2321
Author: @Kota-Maeda
Created: 12/24/2025
Status: ✅ Merged
Merged: 12/24/2025
Merged by: @crazywoola
Base:
main← Head:fix/notion-query-database-filter📝 Commits (2)
67c90a8fix(notion): Fix filter bug for title properties and add status/relation support317d466chore: bump version to 0.0.3📊 Changes
2 files changed (+35 additions, -3 deletions)
View changed files
📝
tools/notion/manifest.yaml(+1 -1)📝
tools/notion/tools/query_database.py(+34 -2)📄 Description
Related Issues or Context
Fixes #2320
Resolves #1848
This PR fixes two critical bugs in the Notion
query_databasetool:rich_texttype filters<status>and<relation>placeholders instead of actual valuesTechnical Details
Filter Fix:
{"property": "Name", "title": {"equals": "value"}}{"property": "Description", "rich_text": {"equals": "value"}}Property Extraction Fix:
status.namefrom API responseidvalues from relation arrayThis PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control
Version bumped from 0.0.2 to 0.0.3 (PATCH version for backward-compatible bug fixes)
Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txtEnvironment Verification
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.