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

Raw search #264

Open patrick91 opened 9 years ago

patrick91 commented 9 years ago

Code for #143 I've been using it in development seems to work fine.

Let me know if it is ok for you :)

patrick91 commented 9 years ago

As you can see I've added slicing, but I not sure if it is a good idea since it is going to modify the original (raw) query.