mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	update the facets for the benchmarks
This commit is contained in:
		| @@ -20,8 +20,8 @@ fn base_conf(builder: &mut Settings) { | |||||||
|     builder.set_searchable_fields(searchable_fields); |     builder.set_searchable_fields(searchable_fields); | ||||||
|  |  | ||||||
|     let faceted_fields = [ |     let faceted_fields = [ | ||||||
|         ("released-timestamp", "integer"), |         ("released-timestamp", "number"), | ||||||
|         ("duration-float", "float"), |         ("duration-float", "number"), | ||||||
|         ("genre", "string"), |         ("genre", "string"), | ||||||
|         ("country", "string"), |         ("country", "string"), | ||||||
|         ("artist", "string"), |         ("artist", "string"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user