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

table search doesn't work sometimes #363

Closed
edwardwang0302 opened this issue Mar 26, 2016 · 8 comments
Closed

table search doesn't work sometimes #363

edwardwang0302 opened this issue Mar 26, 2016 · 8 comments

Comments

@edwardwang0302
Copy link

Hi,allen
For example, I want to search "abc", and I type "abc" in search input it works. But when I type "abcd" and press backspace it can be matched any more

@AllenFang
Copy link
Owner

@edwardwang0302, if you type something separated with a backspace string(ex: abc de), this pattern will trigger a multi search functionality. in your case 'abcd ', the last backspace will be a search pattern for us.

@edwardwang0302
Copy link
Author

@AllenFang Thanks for ur answer, but u may misunderstood. I want to match 'abc' but type wrong string 'abcd' and then delete the last letter 'd', then it can't match 'abc' any more.

@AllenFang
Copy link
Owner

@edwardwang0302, sorry, my fault. I take backspace as whitespace. lol. I'll check this out again

@edwardwang0302
Copy link
Author

@AllenFang Thanks again, sorry for my poor English by the way.

@AllenFang
Copy link
Owner

@edwardwang0302, I figure out. because the table search is depend on current data which display on table, but I thinks it's not very intuitive for user. Maybe I'll improve it in near future.

@AllenFang
Copy link
Owner

BTW, for your case, if you type wrong text for searching, you need to cancel it and type again

@AllenFang
Copy link
Owner

Released on v2.1.0. Thanks :)

@edwardwang0302
Copy link
Author

@AllenFang Thank u

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

2 participants