标签: php elasticsearch
我有一个在索引中搜索品牌名称的查询,我想通过使用模糊匹配来补偿拼写错误,但是bool不支持模糊,任何帮助?
[ 'query' => [ "bool"=>[ "should"=>$shouldBrandArray ] ], 'size'=>2 ]