elastic-search
elastic-search copied to clipboard
Elastic search datasource for CakePHP
Bug: calling `select()`, `where()` etc on `\Cake\ElasticSearch\Query` does not have any effect after executing `all` because in `\Cake\Datasource\QueryTrait::all()` its set to return previous results if available: if ($this->_results !== null)...
I know this repo is all but dead, but i was curious if anyone figured out how to get the total count of records in index. Using the elastic libraries...
Currently, `'refresh'=>true` option for `save()` and `saveMany()` causing additional elastic query `$esIndex->refresh()`. I see that it is possible to pass refresh parameter in primary request: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#bulk-refresh https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html#docs-update-api-query-params Should not we...
Im using Elasticsearch 6 with version 2 of this plugin. The beforefind event is not triggered. In my index I have. ``` public function beforeSave($event, $product, $options) { // triggered...
Updates the requirements on [ruflin/elastica](https://github.com/ruflin/Elastica) to permit the latest version. Release notes Sourced from ruflin/elastica's releases. Release 8.0.0 This is first 8.x GA release for Elastica. It contains a list...
We are using CakePHP 5.1 and ElasticSearch 8.x in our project. Do you have plans to support CakePHP 5.1+ and ElasticSearch 8.x in the future?