Skip to content

v0.17.2

Compare
Choose a tag to compare
@drcongo drcongo released this 30 Oct 14:58

Fixes a bug where the backend could report the wrong counts for results. This turned out to be down to the fact that _do_count can sometimes get called before _do_search, possibly due to Django's paginator. This finally explains why sometimes search queries ran twice.