Sieve/SieveUnitTests
Alexander Weggerle 4cac27c22d Fix issue where the order of Filter expressions changed the result.
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.
2020-07-06 22:03:45 +02:00
..
2019-11-17 09:15:07 +10:00
2019-11-17 09:15:07 +10:00
2019-11-17 09:15:07 +10:00