no message

This commit is contained in:
kuaifan 2025-03-02 18:59:54 +08:00
parent e8edd74bc3
commit 5bb17ddc6b

View File

@ -343,7 +343,7 @@ class ElasticSearch
'bool' => [ 'bool' => [
'must' => [ 'must' => [
[ [
'match' => [ 'match_phrase' => [
'key' => $keyword 'key' => $keyword
] ]
], ],