mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Fixes Elasticsearch 5 tests.
This commit is contained in:
parent
944a2a97eb
commit
bb80df35ff
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Elasticsearch5SearchQueryCompiler(Elasticsearch2SearchQueryCompiler):
|
|||
|
||||
return query
|
||||
|
||||
return super(Elasticsearch5SearchQuery, self)._process_lookup(field, lookup, value)
|
||||
return super()._process_lookup(field, lookup, value)
|
||||
|
||||
def _connect_filters(self, filters, connector, negated):
|
||||
if filters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue