Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter is not working when we pass the ")" in filter text. #202

Open
NareshKaryam opened this issue Dec 13, 2023 · 0 comments
Open

Filter is not working when we pass the ")" in filter text. #202

NareshKaryam opened this issue Dec 13, 2023 · 0 comments

Comments

@NareshKaryam
Copy link

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:

Errormsg

Payload:
payload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant