mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Fix bugs in asc/desc criterion and facet indexing
This commit is contained in:
		
				
					committed by
					
						
						Loïc Lecrenier
					
				
			
			
				
	
			
			
			
						parent
						
							a7201ece04
						
					
				
				
					commit
					afdf87f6f7
				
			@@ -142,7 +142,7 @@ pub(crate) fn data_from_obkv_documents(
 | 
			
		||||
        indexer,
 | 
			
		||||
        lmdb_writer_sx.clone(),
 | 
			
		||||
        extract_facet_string_docids,
 | 
			
		||||
        merge_roaring_bitmaps, // TODO: check (cbo?)
 | 
			
		||||
        merge_cbo_roaring_bitmaps, // TODO: check (cbo?)
 | 
			
		||||
        TypedChunk::FieldIdFacetStringDocids,
 | 
			
		||||
        "field-id-facet-string-docids",
 | 
			
		||||
    );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user