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

Individual column search with int type will return No matching records found #130

Open
nazerulgit opened this issue Aug 8, 2023 · 0 comments

Comments

@nazerulgit
Copy link

If a user searches for data with the integer type and inputs a partial text of the search query (not complete), then a "record not found" message will be displayed.

For example: If the data is 109001 and the user inputs only 10, a "record not found" message will be shown.

Possibly, for the integer search query, the query can be modified from its original form where it was using "where field = input" to "where field like input".

thanks so much
Your library is very helpful.

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