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.
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.