summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-10 23:32:31 +0100
committerJon Bratseth <bratseth@gmail.com>2020-11-10 23:32:31 +0100
commit094be744d6706e02c7299ac1c92b49a0b13a24c5 (patch)
tree297d1df9650694c26fc11aceff5444ed445e9096 /container-search/src/main/resources
parent0c68b00b2d3a9ddc191ed1733ba2f8699d1c3dc1 (diff)
Support setting specific variants unoverridable
Diffstat (limited to 'container-search/src/main/resources')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.query.profile.config.query-profiles.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.query.profile.config.query-profiles.def b/container-search/src/main/resources/configdefinitions/search.query.profile.config.query-profiles.def
index 3c6d11e2944..d05f5aaefa2 100644
--- a/container-search/src/main/resources/configdefinitions/search.query.profile.config.query-profiles.def
+++ b/container-search/src/main/resources/configdefinitions/search.query.profile.config.query-profiles.def
@@ -52,10 +52,14 @@ queryprofile[].queryprofilevariant[].inherit[] string
queryprofile[].queryprofilevariant[].property[].name string
# Content of profile variant
queryprofile[].queryprofilevariant[].property[].value string
+# Whether the is overridable: "true", "false" or ""
+queryprofile[].queryprofilevariant[].property[].overridable string default=""
# Content of profile variant
queryprofile[].queryprofilevariant[].reference[].name string
# Content of profile variant
queryprofile[].queryprofilevariant[].reference[].value string
+# Whether the is overridable: "true", "false" or ""
+queryprofile[].queryprofilevariant[].reference[].overridable string default=""
# A query profile type defines the values of instance query profiles.
# The id follows the same rules as for query profiles