mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Fix getting a single batch through the GET route
This commit is contained in:
		| @@ -34,7 +34,7 @@ async fn get_batch( | ||||
|         } | ||||
|     }; | ||||
|  | ||||
|     let query = index_scheduler::Query { uids: Some(vec![batch_uid]), ..Query::default() }; | ||||
|     let query = index_scheduler::Query { batch_uids: Some(vec![batch_uid]), ..Query::default() }; | ||||
|     let filters = index_scheduler.filters(); | ||||
|     let (batches, _) = index_scheduler.get_batches_from_authorized_indexes(query, filters)?; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user