Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created December 19, 2018 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunomaduro/be82065c44530a6c4289387e6fcdfe93 to your computer and use it in GitHub Desktop.
Save nunomaduro/be82065c44530a6c4289387e6fcdfe93 to your computer and use it in GitHub Desktop.
Scout Extended With
<?php
$articles = Article::search('Star Trek')
->with([
'hitsPerPage' => 30,
'filters' => 'attribute:value',
'typoTolerance' => false,
])->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment