Skip to content

Releases: roaatech/php-es-mapper

v1.1.1 enhancing first performance

02 Jul 13:00
Compare
Choose a tag to compare

On null result set, ->first() will return null and trigger a warning …

v1.1.0 allows multiget function

24 Jun 13:34
Compare
Choose a tag to compare

Now, find can work for a single document id or multiple ones passed as an array.

V1.0.4 Meta data

20 Jun 11:59
Compare
Choose a tag to compare

The model contains a meta array property which will save all the data not in the _source element.

v1.0.3 Allow public methods mocking

18 Jun 05:26
Compare
Choose a tag to compare

Adding _allowPublicAccess method which allows to define a list of methods to be exposed publicly and statically.
Any defined method to be exposed should be prefixed with _

Slightly standardized version

17 Jun 12:19
Compare
Choose a tag to compare
Merge pull request #3 from mhh1422/master

Removing nbproject file

Query Class Default Options

17 Jun 11:04
Compare
Choose a tag to compare

Slightly modified version to support default config for the query class.
Now, in query class, you can override the defaults method to provide the default values.

Initial version 1.0.0

17 Jun 09:21
Compare
Choose a tag to compare
Merge pull request #1 from mhh1422/master

Initial repo