summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/summaryfield.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/nextgen/summaryfield.sd')
-rw-r--r--config-model/src/test/examples/nextgen/summaryfield.sd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/examples/nextgen/summaryfield.sd b/config-model/src/test/examples/nextgen/summaryfield.sd
index 06cc980ea73..5a5747359a0 100644
--- a/config-model/src/test/examples/nextgen/summaryfield.sd
+++ b/config-model/src/test/examples/nextgen/summaryfield.sd
@@ -13,10 +13,10 @@ search summaryfield {
summary cox type string {
source: bar
}
- summary alltags type array<string> {
+ summary alltags {
source: mytags
}
- summary sometags type array<string> {
+ summary sometags {
source: mytags
matched-elements-only
}