mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Version 2.0
This commit is contained in:
		@@ -28,7 +28,7 @@ namespace SieveTests.Controllers
 | 
			
		||||
        {
 | 
			
		||||
            var result = _dbContext.Posts.AsNoTracking();
 | 
			
		||||
 | 
			
		||||
            result = _sieveProcessor.ApplyAll(sieveModel, result);
 | 
			
		||||
            result = _sieveProcessor.Apply(sieveModel, result);
 | 
			
		||||
 | 
			
		||||
            return Json(result.ToList());
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user