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

Fix facets that are filtered and sized #229

Closed willkg closed 10 years ago

willkg commented 10 years ago

The if block was in the wrong place. Boo.

This tweaks the existing test_facet_with_size so it's clearer. This adds a new test for facet that's both sized and filtered.

Fixes #228

willkg commented 10 years ago

@jezdez @robhudson: Can someone review this?

rlr commented 10 years ago

I like the tests. Travis is happy r+

willkg commented 10 years ago

Thank you!