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 82d9579 commit 5335b14Copy full SHA for 5335b14
pkg/inserter/common_inserter.go
@@ -67,7 +67,7 @@ func (c *CommonInserter) tryParseDate(item map[string]interface{}) map[string]in
67
}
68
69
func (c *CommonInserter) replaceMultiRefs(src string, reg *regexp.Regexp) string {
70
- ms := reg.FindAllString(src, 10)
+ ms := reg.FindAllString(src, -1)
71
if len(ms) == 0 {
72
return ""
73
0 commit comments