Browse Source

adjusting precision for fuzzy matches

pull/63/head
Harish Krishna 10 years ago
parent
commit
a449efb5c3
  1. 2
      helper/queryMixer.json

2
helper/queryMixer.json

@ -32,7 +32,7 @@
},
{
"layers": ["admin0","admin1","admin2","neighborhood"],
"precision": [5, 3, 1],
"precision": [3],
"fuzzy": "AUTO"
}
]

Loading…
Cancel
Save