We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我仅对vendor.js这个文件进行了修改,原本无法浏览数据,然而现在我打开复合查询,即使写的是比如match限制id为多少这样的条件也无效,均是直接返回的无条件限制的结果 1.6886行 contentType: "application/x-www-form-urlencoded 改成 contentType: "application/json;charset=UTF-8" 2.7573行 var inspectData = s.contentType === "application/x-www-form-urlencoded" && 改成 var inspectData = s.contentType === "application/json;charset=UTF-8" &&
The text was updated successfully, but these errors were encountered:
我用的是浏览器扩展程序的方式的elasticsearch-head
Sorry, something went wrong.
No branches or pull requests
我仅对vendor.js这个文件进行了修改,原本无法浏览数据,然而现在我打开复合查询,即使写的是比如match限制id为多少这样的条件也无效,均是直接返回的无条件限制的结果
1.6886行 contentType: "application/x-www-form-urlencoded 改成 contentType: "application/json;charset=UTF-8"
2.7573行 var inspectData = s.contentType === "application/x-www-form-urlencoded" && 改成 var inspectData = s.contentType === "application/json;charset=UTF-8" &&
The text was updated successfully, but these errors were encountered: