@@ -51,13 +51,6 @@ export const FIELD_DEFINITIONS: ServiceFieldDefinition[] = [
5151 weight : 8 ,
5252 formatter : ( value ) => toHtmlBlocks ( value ) ,
5353 } ,
54- {
55- fieldKey : "field_synchronous_access" ,
56- column : "Synchronous Access" ,
57- label : "Synchronous Access" ,
58- weight : 9 ,
59- formatter : ( value ) => toHtmlBlocks ( value ) ,
60- } ,
6154 {
6255 fieldKey : "field_backup" ,
6356 column : "Backup" ,
@@ -244,37 +237,6 @@ export const FACET_CONFIGS: FacetConfig[] = [
244237 ] ,
245238 fallback : "all" ,
246239 } ,
247- {
248- id : "synchronous-access" ,
249- name : "Do you need synchronous or simultaneous access to your data?" ,
250- description : null ,
251- column : "Synchronous Access" ,
252- controlType : "radio" ,
253- allowMultipleMatches : true ,
254- choices : [
255- {
256- id : "synchronous-access.yes" ,
257- name : "Yes" ,
258- weight : 0 ,
259- } ,
260- {
261- id : "synchronous-access.no" ,
262- name : "No" ,
263- weight : 1 ,
264- } ,
265- ] ,
266- matchers : [
267- {
268- pattern : / \b ( y e s | u s e r s c a n e d i t | s i m u l t a n e o u s l y ) \b / i,
269- choices : [ "synchronous-access.yes" ] ,
270- } ,
271- {
272- pattern : / \b n o t a v a i l a b l e \b / i,
273- choices : [ "synchronous-access.no" ] ,
274- } ,
275- ] ,
276- fallback : "all" ,
277- } ,
278240 {
279241 id : "storage-duration" ,
280242 name : "What is your storage duration need?" ,
0 commit comments