From: Anthony Talarico Date: Thu, 20 Sep 2018 20:37:22 +0000 (-0400) Subject: adding name where clause to the filter data for the admin dashboard textSearch widget X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5661f106ced66a932058b942f3aaf20bb9d3537b;p=WP-Plugins%2Fglm-member-db-events.git adding name where clause to the filter data for the admin dashboard textSearch widget --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 842aa69..3871e2e 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -298,6 +298,7 @@ add_filter( 'table' => $eventsTable, 'fields' => "id, name, image", 'resultUrl' => $eventsEditPage, + 'where' => 'name' ], 'active' => [ 'title' => "Active events",