mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
Fixed typo
This commit is contained in:
parent
156eb89850
commit
8a99a63cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class ElasticSearchQuery(object):
|
|||
def __init__(self, queryset, query_string, fields=None):
|
||||
self.queryset = queryset
|
||||
self.query_string = query_string
|
||||
self.fields = fields or ['_all', 'partials']
|
||||
self.fields = fields or ['_all', '_partials']
|
||||
|
||||
def _get_filters_from_where(self, where_node):
|
||||
# Check if this is a leaf node
|
||||
|
|
|
|||
Loading…
Reference in a new issue