You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \RuntimeException('The SuggestController needs an ElasticSearchClient, it seems you run without the flowpack/elasticsearch-contentrepositoryadaptor package, though.', 1487189823);
@@ -110,9 +111,10 @@ public function indexAction(string $term = '', string $contextNodeIdentifier, st
The suggestionContext determines, if a result should be displayed in suggetions. By default, nodes that are hidden are excluded.
118
+
In many projects, the search als takes the Neos.Seo metaRobotsNoindex property into account or excludes certain nodeTypes. In order to adjust the suggestion context to your search logic, you can write your custom logic and switch the implementation of the `Flowpack\SearchPlugin\Suggestion\SuggestionContextInterface` via Objects.yaml
119
+
115
120
## AJAX search
116
121
117
122
The plugin comes with a controller that can be reached like this per default, using `GET`:
0 commit comments