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 703f13b commit 93e125eCopy full SHA for 93e125e
modules/indexer/conversations/db/db.go
@@ -61,7 +61,7 @@ func (i *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
61
62
cond = builder.Or(
63
builder.In("conversation.id", builder.Select("conversation_id").
64
- From("comment").
+ From("conversation_comment").
65
Where(builder.And(
66
builder.Eq{"type": conversation_model.CommentTypeComment},
67
builder.In("conversation_id", subQuery),
0 commit comments