mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1377] [MERGED] fix(nextcloud): use OCS API for recursive search #1859
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/1377
Author: @konashi574
Created: 7/29/2025
Status: ✅ Merged
Merged: 7/31/2025
Merged by: @crazywoola
Base:
main← Head:fix/nextcloud/recursive-search📝 Commits (2)
3a6472afix(nextcloud): use OCS API for recursive search6b67319fix(nextcloud): bump version to 0.1.0 in manifest.yaml📊 Changes
2 files changed (+137 additions, -150 deletions)
View changed files
📝
tools/nextcloud/manifest.yaml(+2 -2)📝
tools/nextcloud/tools/search_files.py(+135 -148)📄 Description
Related Issues or Context
Discussion: https://github.com/langgenius/dify-official-plugins/issues/1092#issuecomment-3130304871
Purpose of this change
search_pathcontained sub‑folders./ocs/v2.php/search/providers/files/search).search_patternis now treated as a keyword instead of a glob.v0.0.1(WebDAV):*.txt→ worksreport→ fails (needed*report*.*)v0.1.0(this PR, OCS):*.txt→ no longer worksreport→ worksThis is compliant with the official OCS search specification
This 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 (Any Changes to the Plugin Will Require Bumping the Version)
manifest.yaml– 0.0.1 → 0.1.0Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.4.0is inrequirements.txtEnvironment Verification (If Any Code Changes)
Local Deployment Environment
nextcloud-recursive-search-0.1.0.difypkgSaaS Environment
.difypkg.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.