Skip to content

Releases: mmanos/laravel-search

Version 1.0.5

29 Jun 20:13
Compare
Choose a tag to compare

Fixed removed match type for elastic search

Version 0.1.9

29 Jun 20:13
Compare
Choose a tag to compare

Fixed removed match type for elastic search

Version 1.0.4

22 May 21:58
Compare
Choose a tag to compare

Fixed paginate method in query to use length aware paginator class

Version 1.0.3

22 May 20:54
Compare
Choose a tag to compare

Added support for array values for the zend driver
Added passing selected columns to elastic search driver
Changed elastic search driver to return stored fields with results
Changed search fields to be stored with index in zend driver
Added the ability to create indices in drivers.
Added support for geo-searching to the ElasticSearch driver.
Fixes for parameter decoding and encoding with elasticsearch driver.
Improved Laravel 5 support

Version 0.1.8

26 Jun 20:48
Compare
Choose a tag to compare
  • Added support for array values for the zend driver
  • Added passing selected columns to elastic search driver
  • Changed elastic search driver to return stored fields with results
  • Changed search fields to be stored with index in zend driver

Version 0.1.7

23 Jun 22:20
Compare
Choose a tag to compare

Added the ability to create indices in drivers.

Version 0.1.6

22 Jun 20:08
Compare
Choose a tag to compare

Added support for geo-searching to the ElasticSearch driver.

Version 0.1.5

12 May 11:28
Compare
Choose a tag to compare
Merge pull request #24 from dmyers/patch-1

Fixes for parameter decoding and encoding with elasticsearch driver.

Version 1.0.2

14 Apr 00:16
Compare
Choose a tag to compare

Fixed config command for new Algolia driver.

Version 1.0.1

12 Apr 16:06
Compare
Choose a tag to compare

Added Algolia driver and support for geo-searching.