An adapter is passed to AutoCompleteTextView. For example, in the list there is a value - "c. Pok-Bee", and when I drive "be", the search does not give a result.
How does the search in AutoCompleteTextView in android work?
Is it possible to make the search work on the principle of search like '% value%'?

    0