mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Update insta tests
This commit is contained in:
		| @@ -1,27 +0,0 @@ | ||||
| --- | ||||
| source: dump/src/reader/mod.rs | ||||
| expression: movies.settings().unwrap() | ||||
| --- | ||||
| { | ||||
|   "displayedAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "searchableAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "filterableAttributes": [ | ||||
|     "genres", | ||||
|     "id" | ||||
|   ], | ||||
|   "rankingRules": [ | ||||
|     "typo", | ||||
|     "words", | ||||
|     "proximity", | ||||
|     "attribute", | ||||
|     "exactness", | ||||
|     "release_date:asc" | ||||
|   ], | ||||
|   "stopWords": [], | ||||
|   "synonyms": {}, | ||||
|   "distinctAttribute": null | ||||
| } | ||||
| @@ -1,23 +0,0 @@ | ||||
| --- | ||||
| source: dump/src/reader/mod.rs | ||||
| expression: spells.settings().unwrap() | ||||
| --- | ||||
| { | ||||
|   "displayedAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "searchableAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "filterableAttributes": [], | ||||
|   "rankingRules": [ | ||||
|     "typo", | ||||
|     "words", | ||||
|     "proximity", | ||||
|     "attribute", | ||||
|     "exactness" | ||||
|   ], | ||||
|   "stopWords": [], | ||||
|   "synonyms": {}, | ||||
|   "distinctAttribute": null | ||||
| } | ||||
| @@ -1,37 +0,0 @@ | ||||
| --- | ||||
| source: dump/src/reader/mod.rs | ||||
| expression: products.settings().unwrap() | ||||
| --- | ||||
| { | ||||
|   "displayedAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "searchableAttributes": [ | ||||
|     "*" | ||||
|   ], | ||||
|   "filterableAttributes": [], | ||||
|   "rankingRules": [ | ||||
|     "typo", | ||||
|     "words", | ||||
|     "proximity", | ||||
|     "attribute", | ||||
|     "exactness" | ||||
|   ], | ||||
|   "stopWords": [], | ||||
|   "synonyms": { | ||||
|     "android": [ | ||||
|       "phone", | ||||
|       "smartphone" | ||||
|     ], | ||||
|     "iphone": [ | ||||
|       "phone", | ||||
|       "smartphone" | ||||
|     ], | ||||
|     "phone": [ | ||||
|       "android", | ||||
|       "iphone", | ||||
|       "smartphone" | ||||
|     ] | ||||
|   }, | ||||
|   "distinctAttribute": null | ||||
| } | ||||
		Reference in New Issue
	
	Block a user