Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Releases: benjaminhirsch/azure-search-php

Version 0.9.2

27 Oct 17:02
Compare
Choose a tag to compare
  • Fixed wrong field definitions for DateTimeOffset and GeographyPoint.

Major update with breaking changes!

11 Oct 18:46
Compare
Choose a tag to compare
  • Changed namespace
  • The following methods returning an array instead of \stdClass now
    • getIndex()
    • getIndexStatistics()
    • search()
    • suggestions()
    • Also these methods won't throw an exception anymore if the json_decode fails. Instead an empty array is returned
  • Source code is now 100% covered by unit tests
  • The old package b3n/php-azure-search should be replaced with benjaminhirsch/php-azure-search
  • Updated dependencies zendframework/zend-http and phpunit/phpunit
  • Added roave/security-advisories

Release 0.5.4

14 Jan 13:39
Compare
Choose a tag to compare
  • Fixed Issue #1 - Fixed a wrong field definition for analyzer (was bool, but should be string)
  • Fixed Issue #2 - Fixed a typo (readme)

Refactored namespace

23 May 11:26
Compare
Choose a tag to compare
0.5.3

Changed namespace for a cleaner structure in further work / projects …

Fixed the field definition for a collection

09 May 11:59
Compare
Choose a tag to compare
0.5.2

Fixed the field definition for a collection.

Inital Release

31 Mar 20:02
Compare
Choose a tag to compare
0.5.1

0.5.1