davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 553 forks source link

Wrong filter with fast input query #736

Open rainboy93 opened 5 years ago

rainboy93 commented 5 years ago

if (adapter.hasNewFilter(query)) { adapter.setFilter(query); adapter.filterItems(); }

If I input into edittext too fast, filtering has problem, it shows wrong items. I think it filters parts of query text, not the full one.