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

When the user types special characters (operators which are used for filtering) in the search input, the search result returns all records in the database, not the expected data #207

Open
Mohamed-Al-Saeed98 opened this issue Jul 16, 2024 · 0 comments

Comments

@Mohamed-Al-Saeed98
Copy link

Describe the bug
When the user types special characters (operators which are used for filtering) in the search input, the search result returns all records in the database, not the expected data.
To Reproduce
For example:
Filters=Name@=*jhon_doe
OR
Filters=Name@=jhon-_

Expected behavior
-The result from example 1 should be "john_doe" or "not found" if "john_doe" is not in the database.
-The result from example 2 should be "john-" or "not found" if "john-" is not in the database.
Actual behavior
-Returns all data in the database, which breaks the package functionality.

Has anyone else encountered this problem and found a solution for it?

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