@@ -7,6 +7,7 @@ exports[`Test on settings > Admin key: Get default settings of an index 1`] = `
7
7
" *" ,
8
8
],
9
9
" distinctAttribute" : null ,
10
+ " embedders" : {},
10
11
" facetSearch" : true ,
11
12
" faceting" : {
12
13
" maxValuesPerFacet" : 100 ,
@@ -57,6 +58,7 @@ exports[`Test on settings > Admin key: Get default settings of empty index with
57
58
" *" ,
58
59
],
59
60
" distinctAttribute" : null ,
61
+ " embedders" : {},
60
62
" facetSearch" : true ,
61
63
" faceting" : {
62
64
" maxValuesPerFacet" : 100 ,
@@ -107,6 +109,7 @@ exports[`Test on settings > Admin key: Reset embedders settings 1`] = `
107
109
" *" ,
108
110
],
109
111
" distinctAttribute" : null ,
112
+ " embedders" : {},
110
113
" facetSearch" : true ,
111
114
" faceting" : {
112
115
" maxValuesPerFacet" : 100 ,
@@ -157,6 +160,7 @@ exports[`Test on settings > Admin key: Reset settings 1`] = `
157
160
" *" ,
158
161
],
159
162
" distinctAttribute" : null ,
163
+ " embedders" : {},
160
164
" facetSearch" : true ,
161
165
" faceting" : {
162
166
" maxValuesPerFacet" : 100 ,
@@ -207,6 +211,7 @@ exports[`Test on settings > Admin key: Reset settings of empty index 1`] = `
207
211
" *" ,
208
212
],
209
213
" distinctAttribute" : null ,
214
+ " embedders" : {},
210
215
" facetSearch" : true ,
211
216
" faceting" : {
212
217
" maxValuesPerFacet" : 100 ,
@@ -316,6 +321,7 @@ exports[`Test on settings > Admin key: Update facetSearch settings on empty inde
316
321
" *" ,
317
322
],
318
323
" distinctAttribute" : null ,
324
+ " embedders" : {},
319
325
" facetSearch" : false ,
320
326
" faceting" : {
321
327
" maxValuesPerFacet" : 100 ,
@@ -366,6 +372,7 @@ exports[`Test on settings > Admin key: Update prefixSearch settings on an empty
366
372
" *" ,
367
373
],
368
374
" distinctAttribute" : null ,
375
+ " embedders" : {},
369
376
" facetSearch" : true ,
370
377
" faceting" : {
371
378
" maxValuesPerFacet" : 100 ,
@@ -416,6 +423,7 @@ exports[`Test on settings > Admin key: Update searchableAttributes settings on e
416
423
" *" ,
417
424
],
418
425
" distinctAttribute" : null ,
426
+ " embedders" : {},
419
427
" facetSearch" : true ,
420
428
" faceting" : {
421
429
" maxValuesPerFacet" : 100 ,
@@ -466,6 +474,7 @@ exports[`Test on settings > Admin key: Update searchableAttributes settings on e
466
474
" *" ,
467
475
],
468
476
" distinctAttribute" : null ,
477
+ " embedders" : {},
469
478
" facetSearch" : true ,
470
479
" faceting" : {
471
480
" maxValuesPerFacet" : 100 ,
@@ -519,6 +528,7 @@ exports[`Test on settings > Admin key: Update settings 1`] = `
519
528
" title" ,
520
529
],
521
530
" distinctAttribute" : " title" ,
531
+ " embedders" : {},
522
532
" facetSearch" : true ,
523
533
" faceting" : {
524
534
" maxValuesPerFacet" : 50 ,
@@ -587,6 +597,7 @@ exports[`Test on settings > Admin key: Update settings on empty index with prima
587
597
" *" ,
588
598
],
589
599
" distinctAttribute" : " title" ,
600
+ " embedders" : {},
590
601
" facetSearch" : true ,
591
602
" faceting" : {
592
603
" maxValuesPerFacet" : 100 ,
@@ -635,6 +646,7 @@ exports[`Test on settings > Admin key: Update settings with all null values 1`]
635
646
" *" ,
636
647
],
637
648
" distinctAttribute" : null ,
649
+ " embedders" : {},
638
650
" facetSearch" : true ,
639
651
" faceting" : {
640
652
" maxValuesPerFacet" : 100 ,
@@ -685,6 +697,7 @@ exports[`Test on settings > Master key: Get default settings of an index 1`] = `
685
697
" *" ,
686
698
],
687
699
" distinctAttribute" : null ,
700
+ " embedders" : {},
688
701
" facetSearch" : true ,
689
702
" faceting" : {
690
703
" maxValuesPerFacet" : 100 ,
@@ -735,6 +748,7 @@ exports[`Test on settings > Master key: Get default settings of empty index with
735
748
" *" ,
736
749
],
737
750
" distinctAttribute" : null ,
751
+ " embedders" : {},
738
752
" facetSearch" : true ,
739
753
" faceting" : {
740
754
" maxValuesPerFacet" : 100 ,
@@ -785,6 +799,7 @@ exports[`Test on settings > Master key: Reset embedders settings 1`] = `
785
799
" *" ,
786
800
],
787
801
" distinctAttribute" : null ,
802
+ " embedders" : {},
788
803
" facetSearch" : true ,
789
804
" faceting" : {
790
805
" maxValuesPerFacet" : 100 ,
@@ -835,6 +850,7 @@ exports[`Test on settings > Master key: Reset settings 1`] = `
835
850
" *" ,
836
851
],
837
852
" distinctAttribute" : null ,
853
+ " embedders" : {},
838
854
" facetSearch" : true ,
839
855
" faceting" : {
840
856
" maxValuesPerFacet" : 100 ,
@@ -885,6 +901,7 @@ exports[`Test on settings > Master key: Reset settings of empty index 1`] = `
885
901
" *" ,
886
902
],
887
903
" distinctAttribute" : null ,
904
+ " embedders" : {},
888
905
" facetSearch" : true ,
889
906
" faceting" : {
890
907
" maxValuesPerFacet" : 100 ,
@@ -994,6 +1011,7 @@ exports[`Test on settings > Master key: Update facetSearch settings on empty ind
994
1011
" *" ,
995
1012
],
996
1013
" distinctAttribute" : null ,
1014
+ " embedders" : {},
997
1015
" facetSearch" : false ,
998
1016
" faceting" : {
999
1017
" maxValuesPerFacet" : 100 ,
@@ -1044,6 +1062,7 @@ exports[`Test on settings > Master key: Update prefixSearch settings on an empty
1044
1062
" *" ,
1045
1063
],
1046
1064
" distinctAttribute" : null ,
1065
+ " embedders" : {},
1047
1066
" facetSearch" : true ,
1048
1067
" faceting" : {
1049
1068
" maxValuesPerFacet" : 100 ,
@@ -1094,6 +1113,7 @@ exports[`Test on settings > Master key: Update searchableAttributes settings on
1094
1113
" *" ,
1095
1114
],
1096
1115
" distinctAttribute" : null ,
1116
+ " embedders" : {},
1097
1117
" facetSearch" : true ,
1098
1118
" faceting" : {
1099
1119
" maxValuesPerFacet" : 100 ,
@@ -1144,6 +1164,7 @@ exports[`Test on settings > Master key: Update searchableAttributes settings on
1144
1164
" *" ,
1145
1165
],
1146
1166
" distinctAttribute" : null ,
1167
+ " embedders" : {},
1147
1168
" facetSearch" : true ,
1148
1169
" faceting" : {
1149
1170
" maxValuesPerFacet" : 100 ,
@@ -1197,6 +1218,7 @@ exports[`Test on settings > Master key: Update settings 1`] = `
1197
1218
" title" ,
1198
1219
],
1199
1220
" distinctAttribute" : " title" ,
1221
+ " embedders" : {},
1200
1222
" facetSearch" : true ,
1201
1223
" faceting" : {
1202
1224
" maxValuesPerFacet" : 50 ,
@@ -1265,6 +1287,7 @@ exports[`Test on settings > Master key: Update settings on empty index with prim
1265
1287
" *" ,
1266
1288
],
1267
1289
" distinctAttribute" : " title" ,
1290
+ " embedders" : {},
1268
1291
" facetSearch" : true ,
1269
1292
" faceting" : {
1270
1293
" maxValuesPerFacet" : 100 ,
@@ -1313,6 +1336,7 @@ exports[`Test on settings > Master key: Update settings with all null values 1`]
1313
1336
" *" ,
1314
1337
],
1315
1338
" distinctAttribute" : null ,
1339
+ " embedders" : {},
1316
1340
" facetSearch" : true ,
1317
1341
" faceting" : {
1318
1342
" maxValuesPerFacet" : 100 ,
0 commit comments