Skip to content

Commit

Permalink
Update settings snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Jan 29, 2025
1 parent bc9643a commit 710587a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/__snapshots__/settings.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Test on settings > Admin key: Get default settings of an index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -57,6 +58,7 @@ exports[`Test on settings > Admin key: Get default settings of empty index with
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -107,6 +109,7 @@ exports[`Test on settings > Admin key: Reset embedders settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -157,6 +160,7 @@ exports[`Test on settings > Admin key: Reset settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -207,6 +211,7 @@ exports[`Test on settings > Admin key: Reset settings of empty index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -316,6 +321,7 @@ exports[`Test on settings > Admin key: Update facetSearch settings on empty inde
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": false,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -366,6 +372,7 @@ exports[`Test on settings > Admin key: Update prefixSearch settings on an empty
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -416,6 +423,7 @@ exports[`Test on settings > Admin key: Update searchableAttributes settings on e
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -466,6 +474,7 @@ exports[`Test on settings > Admin key: Update searchableAttributes settings on e
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -519,6 +528,7 @@ exports[`Test on settings > Admin key: Update settings 1`] = `
"title",
],
"distinctAttribute": "title",
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 50,
Expand Down Expand Up @@ -587,6 +597,7 @@ exports[`Test on settings > Admin key: Update settings on empty index with prima
"*",
],
"distinctAttribute": "title",
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -635,6 +646,7 @@ exports[`Test on settings > Admin key: Update settings with all null values 1`]
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -685,6 +697,7 @@ exports[`Test on settings > Master key: Get default settings of an index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -735,6 +748,7 @@ exports[`Test on settings > Master key: Get default settings of empty index with
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -785,6 +799,7 @@ exports[`Test on settings > Master key: Reset embedders settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -835,6 +850,7 @@ exports[`Test on settings > Master key: Reset settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -885,6 +901,7 @@ exports[`Test on settings > Master key: Reset settings of empty index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -994,6 +1011,7 @@ exports[`Test on settings > Master key: Update facetSearch settings on empty ind
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": false,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -1044,6 +1062,7 @@ exports[`Test on settings > Master key: Update prefixSearch settings on an empty
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -1094,6 +1113,7 @@ exports[`Test on settings > Master key: Update searchableAttributes settings on
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -1144,6 +1164,7 @@ exports[`Test on settings > Master key: Update searchableAttributes settings on
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -1197,6 +1218,7 @@ exports[`Test on settings > Master key: Update settings 1`] = `
"title",
],
"distinctAttribute": "title",
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 50,
Expand Down Expand Up @@ -1265,6 +1287,7 @@ exports[`Test on settings > Master key: Update settings on empty index with prim
"*",
],
"distinctAttribute": "title",
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down Expand Up @@ -1313,6 +1336,7 @@ exports[`Test on settings > Master key: Update settings with all null values 1`]
"*",
],
"distinctAttribute": null,
"embedders": {},
"facetSearch": true,
"faceting": {
"maxValuesPerFacet": 100,
Expand Down

0 comments on commit 710587a

Please sign in to comment.