mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Use the right field id to write the string facet values FST
This commit is contained in:
		
				
					committed by
					
						 Louis Dureuil
						Louis Dureuil
					
				
			
			
				
	
			
			
			
						parent
						
							ed0ff47551
						
					
				
				
					commit
					e9a3029c30
				
			| @@ -169,7 +169,7 @@ impl<'i> FacetsUpdate<'i> { | ||||
|                 current_fst = match current_fst.take() { | ||||
|                     Some((fid, fst_builder)) if fid != field_id => { | ||||
|                         let fst = fst_builder.into_set(); | ||||
|                         text_fsts.push((field_id, fst)); | ||||
|                         text_fsts.push((fid, fst)); | ||||
|                         Some((field_id, fst::SetBuilder::memory())) | ||||
|                     } | ||||
|                     Some((field_id, fst_builder)) => Some((field_id, fst_builder)), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user