1
Galley,
I have a Autocompletetextview and I need it to filter not just the beginning of the sentence but any part of it.
ex> my list: KMF Avaré, Florisio (KMF Sorocaba)
When I type the letter "K" it brings only the KMF Avaré, but I need you to bring the Florisio KMF Sorocaba.
It is possible to search/filter from any point in the sentence?
It depends on how you are doing the filter. Show some code for how you have been doing.
– Jorge B.