refactor: open search from titlebar command

This commit is contained in:
2026-08-05 00:03:33 +02:00
parent e910a53def
commit 3442b5fa4e
7 changed files with 47 additions and 82 deletions
+11 -1
View File
@@ -209,7 +209,8 @@ manifest = ModuleManifest(
"Search works with the built-in database index and can aggregate "
"optional providers. Source modules announce searchable types, "
"context scopes, and ACL-aware index entries. External engines "
"remain optional adapters. F3 or the title-bar field opens the "
"remain optional adapters. The title-bar Search command, F3, "
"or Ctrl/Cmd+K opens the "
"keyboard-navigable search overlay; filters never broaden the "
"current principal's source permissions. Provider failures are "
"shown as partial diagnostics without discarding safe results."
@@ -222,6 +223,15 @@ manifest = ModuleManifest(
documentation_types=("admin", "user"),
audience=("administrator", "user"),
related_modules=("connectors", "views"),
metadata={
"kind": "reference",
"help_contexts": [
"search.global",
"search.results",
"search.filters",
"search.admin.index",
],
},
links=(
DocumentationLink(
label="Search interface pattern audit",