'How To Concat search in laravel scout (meilisearch)
in laravel code
Model::where(DB::raw('CONCAT(name, " " ,surname)'), 'like', '%'.$request->input('search').'%')
how to use in laravel scout meilisearch
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
