mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
4cac27c22d
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. |
||
---|---|---|
.. | ||
Entities | ||
Services | ||
General.cs | ||
Mapper.cs | ||
SieveUnitTests.csproj |