Releases: basemkhirat/elasticsearch
Releases · basemkhirat/elasticsearch
Fix the compatibility for Laravel 6
1.4 fix compatibility for laravel 6
1.3
- Added auto package discovery for laravel 5.5 or higher.
- Custom connection handlers.
- Fixed whereBetween and whereNotBetween methods.
1.2
Add Flexible Elasticsearch Data Model
1.1
fix command line for lumen
1.0
First release
0.9.9
Allow more mapping settings from config file
0.9.8
Fix callable checks for reserved php functions
0.9.7
- Add searchable weighted fields to search method.
- Remove artisan commands for laravel 5.0.
- Remove wildcard query search for laravel scout.
0.9.6
Add _index
to the result model.
Improve bulk method to perform update and delete operations.
0.9.5
add body() query method to build native array queries easily