Change default query string operator to and

This commit is contained in:
Mark Veidemanis 2023-01-01 22:32:28 +00:00
parent e40b943a01
commit a6b385c8bf
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class ElasticsearchBackend(StorageBackend):
"fuzzy_max_expansions": 50, "fuzzy_max_expansions": 50,
"fuzzy_prefix_length": 0, "fuzzy_prefix_length": 0,
# "minimum_should_match": 1, # "minimum_should_match": 1,
"default_operator": "or", "default_operator": "and",
"analyzer": "standard", "analyzer": "standard",
"lenient": True, "lenient": True,
"boost": 1, "boost": 1,