Skip to content
Discussion options

You must be logged in to vote

Hello @soluzione-software

You can check how to handle custom search logic in our docs

Per example

'searchLogic' => function ($query, $column, $searchTerm) {
    $query->where('wines.update_year_id', 'LIKE', '%'.$searchTerm.'%');
 },

Cheers.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Comment options

You must be logged in to vote
1 reply
@soluzione-software
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants