Open
Description
Hello, I have for example this articles:
- xbox system update beta
- nintendo system update beta
- ps4 system update games
- ps5 system best games
if search for example: 'system best games' or 'best games system'
Is possible to order by relevance like this?
- ps5 system best games
- ps4 system update games
- xbox system update beta
- nintendo system update beta
this is my eloquent query:
$search = $request->input('s');
return Post::search(''.$search.'', ['name' => 10])
->paginate(10);
thanks so much!
Metadata
Metadata
Assignees
Labels
No labels