Open aravindpanicker opened 4 years ago
Call back set with the query() has no effect on the results returned from the engine.
Course::search($request->term)->query(function($query) { return $query->select(['id', 'name as text']); })->get()
Call back set with the query() has no effect on the results returned from the engine.
Course::search($request->term)->query(function($query) { return $query->select(['id', 'name as text']); })->get()
103 Could Fix this issue