My search is not clearing. I did find another post where it was recommended to use the code below. I tried that but my search is still not clearing.
<?php
if (isset($_GET['clear']) && $_GET['clear'] == "true") {
$searchWADAtbl_tablename_WADbSearch1->clearSearch();
}
?>
I thought it may because I had mySQL and mySQLI on the same page so I temporarily removed that but still the page did not clear.
I have attached the page and pasted links in PM