mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix advanced search
This commit is contained in:
@@ -98,7 +98,7 @@ class Search extends CI_Controller {
|
||||
}
|
||||
|
||||
function search_result() {
|
||||
$sstring = str_replace('Ø', "0", $this->input->post("method", TRUE) ?? '');
|
||||
$sstring = str_replace('Ø', "0", $this->input->post("search", TRUE) ?? '');
|
||||
$data['results'] = $this->fetchQueryResult($sstring, FALSE);
|
||||
$this->load->view('search/search_result_ajax', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user