Skip to content

Commit

Permalink
!!! BUGFIX: Exclude hidden nodes from suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Jul 12, 2021
1 parent 0016cc1 commit 0a65351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/SuggestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ protected function buildRequestForTerm(string $term, string $contextNodeIdentifi
'contexts' => [
'parent_path' => $contextNode->getPath(),
'workspace' => 'live',
'hidden' => false,
]
]
]);
Expand Down

0 comments on commit 0a65351

Please sign in to comment.