We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2311318 commit 703f13bCopy full SHA for 703f13b
modules/indexer/conversations/db/db.go
@@ -60,7 +60,7 @@ func (i *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
60
subQuery := builder.Select("id").From("conversation").Where(repoCond)
61
62
cond = builder.Or(
63
- builder.In("conversation.id", builder.Select("id").
+ builder.In("conversation.id", builder.Select("conversation_id").
64
From("comment").
65
Where(builder.And(
66
builder.Eq{"type": conversation_model.CommentTypeComment},
0 commit comments