mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #311] [MERGED] feat: empty search '?q=' list all paths #559
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/sigoden/dufs/pull/311
Author: @sigoden
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @sigoden
Base:
main← Head:feat-empty-search📝 Commits (2)
6efadf3feat: empty search '?q=' ls all pathsaed40baclippy📊 Changes
2 files changed (+6 additions, -4 deletions)
View changed files
📝
src/server.rs(+5 -1)📝
tests/http.rs(+1 -3)📄 Description
In the past, an empty search "/?q=" would return empty paths.
After this pr, an empty search "/?q=" will list all paths, just like no '?q='.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.