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

View File

@@ -1555,6 +1555,9 @@
"recent_title": "Pesquisas recentes",
"clear_history": "Limpar histórico",
"no_history": "Nenhum histórico de pesquisa",
"hint": "Escopo padrão: assunto, conteúdo e nomes dos anexos"
"all": "Todos os campos",
"all_fields_desc": "Corresponde ao assunto, corpo, remetente e destinatários",
"subject": "Assunto",
"body": "Corpo da mensagem"
}
}