From 5661f106ced66a932058b942f3aaf20bb9d3537b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 20 Sep 2018 16:37:22 -0400 Subject: [PATCH] adding name where clause to the filter data for the admin dashboard textSearch widget --- setup/adminHooks.php | 1 + 1 file changed, 1 insertion(+) 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", -- 2.17.1