[PR #1985] [MERGED] Fix File global search path & rename to nested search #1688

Closed
opened 2026-02-05 18:21:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1985
Author: @rmartinoscar
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @rmartinoscar

Base: mainHead: issue/1935


📝 Commits (2)

  • 06f4d20 Fix File global search path
  • e0119be Rename File global_search => nested_search

📊 Changes

3 files changed (+11 additions, -11 deletions)

View changed files

📝 app/Filament/Server/Resources/Files/Pages/ListFiles.php (+5 -5)
📝 app/Filament/Server/Resources/Files/Pages/SearchFiles.php (+4 -4)
📝 lang/en/server/file.php (+2 -2)

📄 Description

Closes #1935
Rename to Nested search to reflect that the path you are doing this action in matters, if you search in world it will only search under that dir not on the whole /home/container


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1985 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `issue/1935` --- ### 📝 Commits (2) - [`06f4d20`](https://github.com/pelican-dev/panel/commit/06f4d20684088c84c38bf7077a9a2b4df347feb9) Fix File global search path - [`e0119be`](https://github.com/pelican-dev/panel/commit/e0119bebfe068c6902bb79a239943c0b7b37d130) Rename File global_search => nested_search ### 📊 Changes **3 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/Files/Pages/ListFiles.php` (+5 -5) 📝 `app/Filament/Server/Resources/Files/Pages/SearchFiles.php` (+4 -4) 📝 `lang/en/server/file.php` (+2 -2) </details> ### 📄 Description Closes #1935 Rename to Nested search to reflect that the path you are doing this action in matters, if you search in `world` it will only search under that dir not on the whole `/home/container` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:21:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1688