getName()] = $o->getData();
$o = new wpdreamsCustomSelect('exact_match_location', "..and match fields against the search phrase",
array(
'selects' => array(
array('option' => 'Anywhere', 'value' => 'anywhere'),
array('option' => 'Starting with phrase', 'value' => 'start'),
array('option' => 'Ending with phrase', 'value' => 'end')
),
'value' => $sd['exact_match_location']
));
$params[$o->getName()] = $o->getData();
?>
array(
array('option' => __('OR', 'aajax-search-lite'), 'value' => 'or'),
array('option' => __('OR with exact word matches', 'ajax-search-lite'), 'value' => 'orex'),
array('option' => __('AND', 'ajax-search-lite'), 'value' => 'and'),
array('option' => __('AND with exact word matches', 'ajax-search-lite'), 'value' => 'andex')
),
'value'=>strtolower( $sd['keyword_logic'] )
));
$params[$o->getName()] = $o->getData();
?>
performance rasons exact word matching in the Lite version is only able to check space-separated words. Commas, dots, question marks etc.. are not considered as word separators.', 'ajax-search-lite'); ?>
getName()] = $o->getData();
?>
getName()] = $o->getData();
?>
"ctype_digit", "op" => "eq", "val" => true)));
$params[$o->getName()] = $o->getData();
?>
"ctype_digit", "op" => "eq", "val" => true)));
$params[$o->getName()] = $o->getData();
?>
the magnifier icon", "ajax-search-lite"),
array(
'selects' => array(
array("option" => __("Trigger live search", "ajax-search-lite"), "value" => "ajax_search"),
array("option" => __("Redirec to: Results page", "ajax-search-lite"), "value" => "results_page"),
array("option" => __("Redirec to: Woocommerce results page", "ajax-search-lite"), "value" => "woo_results_page"),
array("option" => __("Redirec to: First matching result", "ajax-search-lite"), "value" => "first_result"),
array("option" => __("Redirec to: Custom URL", "ajax-search-lite"), "value" => "custom_url"),
array("option" => __("Do nothing", "ajax-search-lite"), "value" => "nothing")
),
'value' => $sd['redirect_click_to']
));
$params[$o->getName()] = $o->getData();
$o = new wpdreamsCustomSelect("click_action_location", " location: ",
array(
'selects' => array(
array('option' => 'Use same tab', 'value' => 'same'),
array('option' => 'Open new tab', 'value' => 'new')
),
'value' => $sd['click_action_location']
));
$params[$o->getName()] = $o->getData();
?>
the return key", "ajax-search-lite"),
array(
'selects' => array(
array("option" => __("Trigger live search", "ajax-search-lite"), "value" => "ajax_search"),
array("option" => __("Redirec to: Results page", "ajax-search-lite"), "value" => "results_page"),
array("option" => __("Redirec to: Woocommerce results page", "ajax-search-lite"), "value" => "woo_results_page"),
array("option" => __("Redirec to: First matching result", "ajax-search-lite"), "value" => "first_result"),
array("option" => __("Redirec to: Custom URL", "ajax-search-lite"), "value" => "custom_url"),
array("option" => __("Do nothing", "ajax-search-lite"), "value" => "nothing")
),
'value' => $sd['redirect_enter_to']
));
$params[$o->getName()] = $o->getData();
$o = new wpdreamsCustomSelect("return_action_location", " location: ",
array(
'selects' => array(
array('option' => 'Use same tab', 'value' => 'same'),
array('option' => 'Open new tab', 'value' => 'new')
),
'value' => $sd['return_action_location']
));
$params[$o->getName()] = $o->getData();
?>
getName()] = $o->getData();
?>
You can use the asl_redirect_url filter to add more variables.
getName()] = $o->getData();
?>
array(
array("option" => "Post", "value" => "post"),
array("option" => "Get", "value" => "get")
),
"value" => $sd['override_method']
));
$params[$o->getName()] = $o->getData();
?>