diff --git a/openmrs/apps/registration/app.json b/openmrs/apps/registration/app.json index 16961f656..878a31e13 100644 --- a/openmrs/apps/registration/app.json +++ b/openmrs/apps/registration/app.json @@ -69,7 +69,7 @@ }, "addressHierarchy": { "showAddressFieldsTopDown": true, - "strictAutocompleteFromLevel": "address2" + "strictAutocompleteFromLevel": "cityVillage" }, "relationshipTypeMap": { "Doctor":"provider", @@ -133,7 +133,7 @@ }, "addressHierarchy": { "showAddressFieldsTopDown": false, - "strictAutocompleteFromLevel": "address2" + "strictAutocompleteFromLevel": "cityVillage" } } }