Skip to content
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
@aravindpanicker

Description

@aravindpanicker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions