babenkoivan / elastic-scout-driver-plus

Extension for Elastic Scout Driver
MIT License
267 stars 52 forks source link

support for add extra SearchParameters #150

Closed chris-lee-lb closed 1 year ago

chris-lee-lb commented 1 year ago

Currently I want to enable request_cache for my search query without luck. (request_cache can be added at first level of $searchParameters when call \Elastic\Elasticsearch\Client::search($searchParameters))

So may we have new function to make add extra search parameters ? Thanks.

babenkoivan commented 1 year ago

Hey @chris-lee-lb, I've added it in v4.5.0 🎉 You can find the documentation here.