qax-os / ElasticHD

Elasticsearch 可视化DashBoard, 支持Es监控、实时搜索,Index template快捷替换修改,索引列表信息查看, SQL converts to DSL等
MIT License
3.67k stars 637 forks source link

查询条件不生效 #57

Closed niuniu617418 closed 4 years ago

niuniu617418 commented 4 years ago

不管输入什么条件,都查出所有的

niuniu617418 commented 4 years ago

{ "query": { "match_phrase": { "businessNumber": "YC2004-0000041" } } }

farmerx commented 4 years ago

把Get调整为POST, Get不会带上body