Skip to content

Commit

Permalink
feat(Solr): Removed $proximity argument from search and `searchWi…
Browse files Browse the repository at this point in the history
…thHighlight` SearchHandlerInterface methods
  • Loading branch information
roadiz-ci committed Apr 11, 2024
1 parent 705daf2 commit ed4df8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AjaxControllers/AjaxNodesExplorerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ protected function getSolrSearchResults(
$arrayFilter,
$this->getItemPerPage(),
true,
2,
(int) $currentPage
);
$pageCount = ceil($results->getResultCount() / $this->getItemPerPage());
Expand Down

0 comments on commit ed4df8a

Please sign in to comment.