Skip to content

Commit e3175a9

Browse files
carlbennettclaude
andcommitted
Add URL to comment entries in SearchPlain view
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9619558 commit e3175a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/Search/SearchPlain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
5252
switch (true)
5353
{
5454
case $item instanceof Comment:
55-
printf("- Comment #%d\n", $item->getId());
55+
printf("- Comment #%d <%s>\n", $item->getId(), $item->getParentUrl());
5656
break;
5757
case $item instanceof Document:
5858
printf("- %s <%s>\n", $item->getTitle(), $item->getURI());

0 commit comments

Comments
 (0)