Elasticquent Versions Save

Maps Laravel Eloquent models to Elasticsearch types

v1.0.7

4 years ago

Fix installation on new versions of Laravel 5.8

v1.0.6

8 years ago

Fix two regressions from v1.0.5

This should be us done for the v1.0 series. Now it's time to start working on 1.1 :+1:

Fixes & Changes

  • #24 Full namespaces removed from use statements caused compatibility issues
  • #27 Elasticquent would not install on Laravel 5.0 and Laravel 5.1

v1.0.5

8 years ago

Fix #24 - use statements were not correct inside ElasticquentTrait, which caused issues when attempting to use Elastiquent.

v1.0.4

8 years ago
  • Fix Laravel 4 support
  • Allow using Elasticsearch-php 2.0

v1.0.3

8 years ago
  • New: Implement a chunk method specifically for ElasticquentResultCollection results.
  • Bugfix: #8, support Lumen

v1.0.2

8 years ago
  • New complexSearch function.
  • New ElasticquentPaginator
  • updateIndex support.
  • deleteIndex support.