The following code is my viewController code. The words from the json file are displayed in a tableView on click of a word it is taken to another page where elements associated with that word are displayed. However i am not able to navigate to that page when the search results are displayed in table view. The following code is my viewController code. T