Sieve/SieveUnitTests
Alexander Weggerle 6684524fcd Fix issue with spaces after comma and or filters
Combined filters separated with comma and a space resulted in an error. 
Example: 
Title==D, (Title|LikeCount)==3
Caused the error: "(Title not found"

Extended regex to allow whitespaces after the comma as documented.
2020-07-04 21:16:54 +02:00
..
Entities v2.3.3 2019-11-17 09:15:07 +10:00
Services v2.3.3 2019-11-17 09:15:07 +10:00
General.cs Fix issue with spaces after comma and or filters 2020-07-04 21:16:54 +02:00
Mapper.cs v2.3.3 2019-11-17 09:15:07 +10:00
SieveUnitTests.csproj Added case-insensitive operators and started unit tests project 2018-02-10 10:26:32 +10:00