Describe the bug
When we pass the close parenthesis in filter text, its not working.
we are getting the Sieve.Exceptions.SieveException: 'String cannot be of zero length. (Parameter 'oldValue')'.
Expected behavior
get the proper results.
Screenshots
sieve model filter:
Filters: (loadId)@=*gran)
Desktop (please complete the following information):
- OS: Operating System
- Chrome
- 120.0.6099.71
Additional context
in below code we are getting the issue.
IQueryable processedResults = sieve.Apply(
sieveModel,
results,
applyPagination: false
);
Error:
Payload:
