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
如题,目前看到所有的教程和示例都是使用的URI search(如Article::search('功能齐全的搜索引擎')->get()->toArray(),效果其实就是URI查询)。
请问search()方法如何实现Request Body Query查询?如何指定请求方式(GET/POST/PUT等)?即类似:
POST /movies/_search { "query":{ "match":{ "title":"Last Christams" } } }
感激不尽!
The text was updated successfully, but these errors were encountered:
试试这个扩展包?看能满足你的需求不; https://github.com/elasticquent/Elasticquent#raw-queries
Sorry, something went wrong.
@baijunyao 好的感谢,我试试看。其实试过很多,感觉您的这一款最方便快捷。只是不支持raw query和highlight功能有点可惜。
再次感谢!
No branches or pull requests
如题,目前看到所有的教程和示例都是使用的URI search(如Article::search('功能齐全的搜索引擎')->get()->toArray(),效果其实就是URI查询)。
请问search()方法如何实现Request Body Query查询?如何指定请求方式(GET/POST/PUT等)?即类似:
POST /movies/_search { "query":{ "match":{ "title":"Last Christams" } } }
感激不尽!
The text was updated successfully, but these errors were encountered: