feat: search all

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-18 14:07:20 +08:00
parent f42a6200ed
commit 87a812b7e0
16 changed files with 593 additions and 207 deletions

View File

@@ -117,7 +117,10 @@ class SSearchController extends GetxController {
parameters: {
'keyword': controller.text,
},
arguments: initIndex,
arguments: {
'initIndex': initIndex,
'fromSearch': true,
},
);
searchFocusNode.requestFocus();
}