``` mySearchTextField.itemSelectionHandler = {item, itemPosition in mySearchTextField.text = item.title } ``` By this code, I have got the position of the selected item of the filtered list. I need the position of the whole list.