ccs-digitalmarketplace-frameworks 9.2.0 → 9.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/manifests/services_search_filters.yml +11 -0
- package/frameworks/g-cloud-15/questions/services/dataProtectionBetweenNetworks.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/dataProtectionWithinNetwork.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/freeVersionTrialOption.yml +8 -0
- package/frameworks/g-cloud-15/search_mappings/services.json +8 -0
- package/package.json +1 -1
|
@@ -140,3 +140,14 @@
|
|
|
140
140
|
plural: connected public sector network filters
|
|
141
141
|
questions:
|
|
142
142
|
- publicSectorNetworksTypes
|
|
143
|
+
|
|
144
|
+
-
|
|
145
|
+
name: Pricing options
|
|
146
|
+
slug: pricing-options
|
|
147
|
+
filter_settings:
|
|
148
|
+
item_name:
|
|
149
|
+
singular: pricing option filter
|
|
150
|
+
plural: pricing option filters
|
|
151
|
+
questions:
|
|
152
|
+
- educationPricing
|
|
153
|
+
- freeVersionTrialOption
|
|
@@ -2,6 +2,14 @@ name: Free trial available
|
|
|
2
2
|
question: Do you provide a free trial option for your service?
|
|
3
3
|
filter_label: free trial
|
|
4
4
|
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
|
|
5
13
|
followup:
|
|
6
14
|
freeVersionDescription:
|
|
7
15
|
- True
|
|
@@ -166,6 +166,14 @@
|
|
|
166
166
|
"dmfilter_publicSectorNetworksTypes": {
|
|
167
167
|
"type": "keyword",
|
|
168
168
|
"normalizer": "filter_normalizer"
|
|
169
|
+
},
|
|
170
|
+
"dmfilter_educationPricing": {
|
|
171
|
+
"type": "keyword",
|
|
172
|
+
"normalizer": "filter_normalizer"
|
|
173
|
+
},
|
|
174
|
+
"dmfilter_freeVersionTrialOption": {
|
|
175
|
+
"type": "keyword",
|
|
176
|
+
"normalizer": "filter_normalizer"
|
|
169
177
|
}
|
|
170
178
|
}
|
|
171
179
|
}
|