Skip to content

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

@nazerulgit

Description

@nazerulgit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions