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 2cd9c02 commit 1b45cd0Copy full SHA for 1b45cd0
modules/indexer/issues/db/db.go
@@ -59,7 +59,7 @@ func (i *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
59
60
if options.Index.Has() {
61
cond = builder.And(
62
- builder.Eq{"\"index\"": options.Keyword},
+ builder.Eq{"`index`": options.Keyword},
63
repoCond,
64
)
65
} else {
0 commit comments