Skip to content

Releases: olekjs/elasticsearch-laravel

v1.5.0

09 Jun 20:15
5c1c6b7
Compare
Choose a tag to compare
  • Ability to return directly data from SearchResponseDto using toCollect() method
  • Change getResults() to getResult() in SearchResponseDto DTO.

v1.4.0

09 Jun 19:45
cac0688
Compare
Choose a tag to compare
  • Ability to order results using orderBy method
  • Ability to make rawQuery and rawOrder

v1.3.0

09 Jun 18:45
62e8254
Compare
Choose a tag to compare
  • Add searching using numbers and refactor whereKeyword/where methods
  • Search by != operator, new whereNot and orWhereNot methods
  • Add github hooks to run tests

v1.2.0

08 Jun 17:10
477fba4
Compare
Choose a tag to compare
  • Every DTO class is Arrayable
  • New Builder methods:
    • orWhere
    • orWhereLike
    • orWhereIn
    • whereGreaterThan
    • whereLessThan
    • whereBetween
    • whereRange
    • count
    • paginate
    • find
    • findOrFail

v1.1,0

24 May 11:10
Compare
Choose a tag to compare
  • Added Builder class
  • Added tests to Builder
  • Small improvements

Init project

23 May 19:02
6085213
Compare
Choose a tag to compare

Init project