Advance search bar for listview

store the items in the sqlite database and use a WHERE clause to filter the items
SELECT item FROM myTable WHERE item LIKE '%4732%'

Taifun