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

Syntax error in documentation #236

Closed atombrella closed 10 years ago

atombrella commented 10 years ago

corrected into q = S().filter(or_={'style': 'korean', 'style':'mexican'})

willkg commented 10 years ago

Travis is failing because they updated ES to 1.1 or something like that. We need to pull down our own ES. I'll write up a separate issue for that.

Thank you for this fix!