You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: