We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Neos.ContentRepository.Search
1 parent bc0c8f8 commit 5bb6e92Copy full SHA for 5bb6e92
1 file changed
README.md
@@ -384,7 +384,7 @@ nodes = ${Search.query(site).nodeType('Vendor.Name:Retailer').sort(this.geoSorti
384
Now you can paginate that nodes in your template. To get your actually distance for each node use
385
the `GetHitArrayForNodeViewHelper`:
386
```
387
-{namespace cr=Neos\ContentRepository\ViewHelpers}
+{namespace cr=Neos\ContentRepository\Search\ViewHelpers}
388
{namespace es=Flowpack\ElasticSearch\ContentRepositoryAdaptor\ViewHelpers}
389
390
<cr:widget.paginate query="{nodes}" as="paginatedNodes">
0 commit comments