@@ -42,8 +42,8 @@ |
||
42 | 42 | // Process all of the search filters to search for a tech tip |
43 | 43 | protected function searchFor($search) |
44 | 44 | { |
45 | - $searchText = isset($search['text']) ? explode(' ', $search['text']) : null; |
|
46 | - $type = isset($search['type']) ? $search['type'] : null; |
|
45 | + $searchText = isset($search['text']) ? explode(' ', $search['text']) : null; |
|
46 | + $type = isset($search['type']) ? $search['type'] : null; |
|
47 | 47 | $sys = isset($search['sys_id']) ? $search['sys_id'] : null; |
48 | 48 | |
49 | 49 | return TechTips::orderBy('sticky', 'DESC') |