mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Filter before sort
This commit is contained in:
		@@ -56,12 +56,12 @@ namespace Sieve.Services
 | 
			
		||||
            if (model == null)
 | 
			
		||||
                return result;
 | 
			
		||||
 | 
			
		||||
            // Sort
 | 
			
		||||
            result = ApplySorting(model, result, dataForCustomMethods);
 | 
			
		||||
 | 
			
		||||
            // Filter
 | 
			
		||||
            result = ApplyFiltering(model, result, dataForCustomMethods);
 | 
			
		||||
 | 
			
		||||
            // Sort
 | 
			
		||||
            result = ApplySorting(model, result, dataForCustomMethods);
 | 
			
		||||
 | 
			
		||||
            // Paginate
 | 
			
		||||
            result = ApplyPagination(model, result);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user