Skip to content

Commit 5bb6e92

Browse files
futapedaniellienert
authored andcommitted
[BUGFIX] Adjust Neos.ContentRepository.Search ViewHelper namespace (#231)
Corrects the `Neos.ContentRepository.Search` ViewHelper namespace.
1 parent bc0c8f8 commit 5bb6e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ nodes = ${Search.query(site).nodeType('Vendor.Name:Retailer').sort(this.geoSorti
384384
Now you can paginate that nodes in your template. To get your actually distance for each node use
385385
the `GetHitArrayForNodeViewHelper`:
386386
```
387-
{namespace cr=Neos\ContentRepository\ViewHelpers}
387+
{namespace cr=Neos\ContentRepository\Search\ViewHelpers}
388388
{namespace es=Flowpack\ElasticSearch\ContentRepositoryAdaptor\ViewHelpers}
389389

390390
<cr:widget.paginate query="{nodes}" as="paginatedNodes">

0 commit comments

Comments
 (0)