Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created December 20, 2020 22:50
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 nickstewart95/546384d37ac46ef8bb305881a8c4f65e to your computer and use it in GitHub Desktop.
Save nickstewart95/546384d37ac46ef8bb305881a8c4f65e to your computer and use it in GitHub Desktop.
$algolia->setSettings([
'attributeForDistinct' => 'id',
'distinct' => true,
'hitsPerPage' => 20,
'page' => 2
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment