mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	The following filter criteria should result in the same output, but does not: "CategoryId==1,(CategoryId|LikeCount)==50" "(CategoryId|LikeCount)==50,CategoryId==1" Cause is an optimization which removes or statements if one term was already added in another statement. This optimization causes a wrong result.