mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Nicify results for more Python types #147

Closed willkg closed 11 years ago

willkg commented 11 years ago

This covers issue #72 and also fixes a backwards compatibility issue because pyes converted datetimes for us.

feedback?

willkg commented 11 years ago

Thank you for the thoughts! I'm going to twiddle with this a bit and then submit changes.

willkg commented 11 years ago

@robhudson ^^^ That covers all the things you mentioned, plus it slims the scope of things down a bit and makes it overrideable.

r?

robhudson commented 11 years ago

Looks nice.

willkg commented 11 years ago

Landed in master: 90cfcde Fix backwards compatibility issue with ES results