feat(search): expand default search scope and support specific field filtering

This commit is contained in:
rustmailer
2026-03-19 15:44:20 +08:00
parent 2228e98410
commit 884fdeba10
24 changed files with 236 additions and 150 deletions
+4 -1
View File
@@ -1555,6 +1555,9 @@
"recent_title": "最近の検索",
"clear_history": "履歴をクリア",
"no_history": "履歴なし",
"hint": "検索対象:件名・本文・添付ファイル名"
"all": "すべて",
"all_fields_desc": "件名、本文、送信者、受信者に一致します",
"subject": "件名",
"body": "本文"
}
}