diff --git a/pkg/index/corpus.go b/pkg/index/corpus.go index 63c35c409..1df8138bf 100644 --- a/pkg/index/corpus.go +++ b/pkg/index/corpus.go @@ -180,6 +180,7 @@ var corpusMergeFunc = map[string]func(c *Corpus, k, v []byte) error{ "imagesize": (*Corpus).mergeImageSizeRow, "wholetofile": (*Corpus).mergeWholeToFileRow, "exifgps": (*Corpus).mergeEXIFGPSRow, + "exiftag": nil, // not using any for now } func memstats() *runtime.MemStats {