Skip to content

Tags: taterbase/mongoosastic

Tags

0.1.0-rc.1

Toggle 0.1.0-rc.1's commit message
Introducing River functionality

0.0.11

Toggle 0.0.11's commit message
Various pull requests

0.0.10

Toggle 0.0.10's commit message
geo_point support

0.0.9

Toggle 0.0.9's commit message
bug fixes:

* Populate fields aren't stored correctly (Issue #17)
* Date fields aren't being created as dates inside Elasticsearch (Issue #18)
* Models don't index if I create the indexMapping manually (Issue #19)

Enhancements:

* Allow Alternative Index Method (Issue #16)

:feelsgood:

0.0.8

Toggle 0.0.8's commit message
Support for nested fields.

0.0.7

Toggle 0.0.7's commit message
* Dropped 0.4 node support

* package.json fixes

0.0.6

Toggle 0.0.6's commit message
* Fixes event emitter leak with synchronize (Issue #3)

* Allowing host and port to be configured (Issue #11)
* returns full results from elastic search (Issue #10)
* replace _mongodb to instead use mongo id as ES id (Issue #7)
* Extract createMapping as separate method versus doing it behind the scenes.

:shipit: