feliperazeek / playframework-elasticsearch

Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Support sort and query by Joda Date formats #59

Closed kretes closed 12 years ago

kretes commented 12 years ago

fields like: LocalDate LocalDateTime should be treated as "date" type

Elastic search module is using Joda-time anyway, so why not support it out of the box?

kretes commented 12 years ago

fixed by https://github.com/feliperazeek/playframework-elasticsearch/pull/60