python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
dickhorror
Votes: 0
Answers: 0
Laravel Scout issue with relationship
Using Laravel scout I want to delete a record (on an Agent model), everything works well except that I'm redirecting to a list of agents after the delete, and since the queue is yet to be processed th...
Jeremy Belolo
Votes: 0
Answers: 1
Search for a term on multiple models/Indexes
Description
I have just migrated our application from searchkick to meilisearch however meilisearch doesn't have a way I can search for single term across multiple indexes or models like searchkick do...

Kofi Asare
Votes: 0
Answers: 1
Integrate pagy and meilisearch for pagination and search in to Rails
What's the best way to integrate pagy_search in to my index if I'm already using Pagy? In my controller I currently have:
def index
@gold_drivers = Driver.gold_plan
@silver_drivers = Driver.s...
devon93
Votes: 0
Answers: 1