You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: