summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/map_of_struct_attribute
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-06-19 14:24:04 +0200
committerGeir Storli <geirst@oath.com>2018-06-19 14:24:04 +0200
commit66764d55be0aff4224b0171d4ab6450007e1e4cb (patch)
tree3e8f5c7eb0928266a26c2ed7e581678bc6eb6aa1 /config-model/src/test/derived/map_of_struct_attribute
parent0b8db6130a386423d5e372fd6beef7d031fca085 (diff)
Support attribute settings (etc. fast-search) for struct field attributes.
Diffstat (limited to 'config-model/src/test/derived/map_of_struct_attribute')
-rw-r--r--config-model/src/test/derived/map_of_struct_attribute/attributes.cfg4
-rw-r--r--config-model/src/test/derived/map_of_struct_attribute/test.sd2
2 files changed, 4 insertions, 2 deletions
diff --git a/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg b/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
index 95cf8f761a0..7e38ba06f74 100644
--- a/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
+++ b/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
@@ -3,7 +3,7 @@ attribute[].datatype STRING
attribute[].collectiontype ARRAY
attribute[].removeifzero false
attribute[].createifnonexistent false
-attribute[].fastsearch false
+attribute[].fastsearch true
attribute[].huge false
attribute[].sortascending true
attribute[].sortfunction UCA
@@ -83,7 +83,7 @@ attribute[].datatype STRING
attribute[].collectiontype ARRAY
attribute[].removeifzero false
attribute[].createifnonexistent false
-attribute[].fastsearch false
+attribute[].fastsearch true
attribute[].huge false
attribute[].sortascending true
attribute[].sortfunction UCA
diff --git a/config-model/src/test/derived/map_of_struct_attribute/test.sd b/config-model/src/test/derived/map_of_struct_attribute/test.sd
index e139a7f8168..929fa8dcbbe 100644
--- a/config-model/src/test/derived/map_of_struct_attribute/test.sd
+++ b/config-model/src/test/derived/map_of_struct_attribute/test.sd
@@ -8,6 +8,7 @@ search test {
indexing: summary
struct-field key {
indexing: attribute
+ attribute: fast-search
}
struct-field value.name {
indexing: attribute
@@ -23,6 +24,7 @@ search test {
}
struct-field value.name {
indexing: attribute
+ attribute: fast-search
}
}
}