increase indexed sd_hash prefix to 4 chars

This commit is contained in:
Victor Shyba 2021-12-08 04:35:31 -03:00
parent ebe351c67e
commit 8618be1b5c

View file

@ -37,7 +37,7 @@ INDEX_DEFAULT_SETTINGS = {
"type": "text",
"index_prefixes": {
"min_chars": 1,
"max_chars": 2
"max_chars": 4
}
},
"height": {"type": "integer"},