This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Callback method for modifying the db query not working #102
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels