This I want to override and use my own CustomAdapter getFilter() to filter items with contains() instead of startsWith()
It's not working, when I setOnSearchTextChangedListener still working as startsWith().
If I am wrong please tell me what is the correct way to implement contains search on top of this library. Thank you
This I want to override and use my own CustomAdapter getFilter() to filter items with contains() instead of startsWith() It's not working, when I setOnSearchTextChangedListener still working as startsWith(). If I am wrong please tell me what is the correct way to implement contains search on top of this library. Thank you