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 0de81c6 commit b1b6912Copy full SHA for b1b6912
config/allconfig/alldecoders.go
@@ -240,7 +240,7 @@ var allDecoderSetups = map[string]decodeWeight{
240
} else {
241
p.c.Related = related.DefaultConfig
242
if _, found := p.c.Taxonomies["tag"]; found {
243
- p.c.Related.Add(related.IndexConfig{Name: "tags", Weight: 80})
+ p.c.Related.Add(related.IndexConfig{Name: "tags", Weight: 80, Type: related.TypeBasic})
244
}
245
246
return nil
0 commit comments