$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
$algolia->setSettings([ | |
'attributeForDistinct' => 'id', | |
'distinct' => true, | |
'hitsPerPage' => 20, | |
'page' => 2 | |
]); |