Elasticquent

Maps Laravel Eloquent models to Elasticsearch types

MIT License

Downloads
853.3K
Stars
1.3K
Committers
30

Bot releases are hidden (Show)

Elasticquent - v1.0.7 Latest Release

Published by timgws over 5 years ago

Fix installation on new versions of Laravel 5.8

Elasticquent - v1.0.6

Published by timgws over 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 👍

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
Elasticquent - v1.0.5

Published by timgws over 8 years ago

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

Elasticquent - v1.0.4

Published by timgws almost 9 years ago

  • Fix Laravel 4 support
  • Allow using Elasticsearch-php 2.0
Elasticquent - v1.0.3

Published by timgws about 9 years ago

  • New: Implement a chunk method specifically for ElasticquentResultCollection results.
  • Bugfix: #8, support Lumen
Elasticquent - v1.0.2

Published by timgws over 9 years ago

  • New complexSearch function.
  • New ElasticquentPaginator
  • updateIndex support.
  • deleteIndex support.