Fix "Faceted Searching" doc
This commit is contained in:
parent
cdaf7105e0
commit
d797af5b80
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ $companies = $finder->findPaginated($query);
|
|||
$companies->setMaxPerPage($params['limit']);
|
||||
$companies->setCurrentPage($params['page']);
|
||||
|
||||
$facets = $companies->getAdapter()->getFacets());
|
||||
$facets = $companies->getAdapter()->getFacets();
|
||||
```
|
||||
|
||||
Searching the entire index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue