$search = $this->getMysqlReadyString(trim($search));
if (strlen($search) > 100 || strlen($pageURL) > 100) { return; }