From 49275b68ec86fb0b45e3fe31fc67668c23662dbf Mon Sep 17 00:00:00 2001
From: Dean Chen <862469039@qq.com>
Date: Tue, 18 Aug 2026 16:44:35 +0500
Subject: [PATCH] docs(search): say --limit 0 is unset, default is 25
The flag table shows 0, which looks like "return nothing." The
daemon treats 0 as unset and uses 25. Valid range is 1-100.
Signed-off-by: Dean Chen <862469039@qq.com>
---
docs/reference/commandline/search.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/reference/commandline/search.md b/docs/reference/commandline/search.md
index 03c98eab1bed..c3b8c1bc02f2 100644
--- a/docs/reference/commandline/search.md
+++ b/docs/reference/commandline/search.md
@@ -72,8 +72,9 @@ radial/busyboxplus Full-chain, Internet enabled, busybox made from scratch. Co
### Limit search results (--limit)
-The flag `--limit` is the maximum number of results returned by a search. If no
-value is set, the default is set by the daemon.
+The flag `--limit` is the maximum number of results returned by a search.
+The options table shows a default of `0`; that means "unset." The daemon
+then uses 25. Valid values are `1` through `100`.
### Filtering (--filter)