Skip to content

Commit 13ef5e2

Browse files
authored
turn off quicksearch bc doesn't work yet (#53)
1 parent 070267d commit 13ef5e2

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

frontend/config-core-sdh-1dev.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
}
8282
},
8383
"@openmrs/esm-patient-registration-app": {
84-
"sections": ["demographics", "contact", "relationships", "death"]
84+
"sections": ["demographics", "contact", "relationships", "death"],
85+
"fieldConfigurations": {
86+
"address": {
87+
"useAddressHierarchy": {
88+
"useQuickSearch": false
89+
}
90+
}
91+
}
8592
}
8693
}

frontend/config-core-sdh-2test.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
}
8282
},
8383
"@openmrs/esm-patient-registration-app": {
84-
"sections": ["demographics", "contact", "relationships", "death"]
84+
"sections": ["demographics", "contact", "relationships", "death"],
85+
"fieldConfigurations": {
86+
"address": {
87+
"useAddressHierarchy": {
88+
"useQuickSearch": false
89+
}
90+
}
91+
}
8592
}
8693
}

frontend/config-core-sdh-3stage.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
}
8282
},
8383
"@openmrs/esm-patient-registration-app": {
84-
"sections": ["demographics", "contact", "relationships", "death"]
84+
"sections": ["demographics", "contact", "relationships", "death"],
85+
"fieldConfigurations": {
86+
"address": {
87+
"useAddressHierarchy": {
88+
"useQuickSearch": false
89+
}
90+
}
91+
}
8592
}
8693
}

frontend/config-core-sdh-4prod.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
}
8282
},
8383
"@openmrs/esm-patient-registration-app": {
84-
"sections": ["demographics", "contact", "relationships", "death"]
84+
"sections": ["demographics", "contact", "relationships", "death"],
85+
"fieldConfigurations": {
86+
"address": {
87+
"useAddressHierarchy": {
88+
"useQuickSearch": false
89+
}
90+
}
91+
}
8592
}
8693
}

0 commit comments

Comments
 (0)