$this->write_log("LIST: ". $list);
$return = array(
- 'searchData' => $memberSearch // Where our events list will go
+ 'searchData' => $list // Where our events list will go
);
header('Content-type:application/json;charset=utf-8', true);
add_filter(
'glm-member-db-admin-search',
function ( $data ) {
- return $this->controller( 'manageDashboard', 'members');
+ return $this->controller( 'manageDashboard', 'members', false, false , true);
}
);
\ No newline at end of file
let data = {
action : 'glm_members_admin_ajax',
glm_action : 'adminSearch',
- form_action : 'list'
+ form_action : 'list',
+ options: "YES"
// table : textSearchData.table,
// fields : textSearchData.fields,
// where : textSearchData.where