Basemkhirat Elasticsearch Versions Save

The missing elasticsearch ORM for Laravel, Lumen and Native php applications

1.4

4 years ago

1.3

6 years ago
  • Added auto package discovery for laravel 5.5 or higher.
  • Custom connection handlers.
  • Fixed whereBetween and whereNotBetween methods.

1.0

6 years ago

First release

1.1

6 years ago

fix command line for lumen

1.2

6 years ago

Add Flexible Elasticsearch Data Model

0.9.9

7 years ago

Allow more mapping settings from config file

0.9.8

7 years ago

Fix callable checks for reserved php functions

0.9.7

7 years ago
  • Add searchable weighted fields to search method.
  • Remove artisan commands for laravel 5.0.
  • Remove wildcard query search for laravel scout.

0.9.6

7 years ago

Add _index to the result model. Improve bulk method to perform update and delete operations.

0.9.5

7 years ago

add body() query method to build native array queries easily