diff --git a/subspace.py b/subspace.py

index 39c1293..33f076e 100644

--- a/subspace.py

+++ b/subspace.py

@@ -329,7 +329,7 @@ def make_search_page(session):

             kind = "Comment" if obj.parent else f"Issue #{obj.issueid}" if obj.issueid else "Post"

             title = f' "{shorten_text(obj.title, 30)}"' if obj.title else ''

             scope_desc = f"in {ctx} " if not scope and not obj.sub_owner else ""

- page += f'=> /{ctx}/{obj.id} {kind}{title} {scope_desc}by {obj.poster_avatar} {obj.poster_name} on {obj.ymd_date(tz=session.tz)} {" · " if obj.tags else ""}{obj.tags}\n'

+ page += f'=> /{ctx}/{obj.issueid if obj.issueid else obj.id} {kind}{title} {scope_desc}by {obj.poster_avatar} {obj.poster_name} on {obj.ymd_date(tz=session.tz)} {" · " if obj.tags else ""}{obj.tags}\n'

             SEGTYPES = ['content', 'URL', 'image', 'attachment', 'poll option']

             if result[2] != Segment.TEXT:

                 page += f'(matching {SEGTYPES[result[2]]}) '

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/976aa73d2997cd5c0376cd66e13022f66fc99cae
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
30.259552 milliseconds
Gemini-to-HTML Time
0.250715 milliseconds

This content has been proxied by September (ba2dc).