Stacks: Add advanced indexing options #681 #667 #593

This commit is contained in:
Michael Mayer
2020-12-07 16:19:03 +01:00
parent 335b7ff246
commit ae0af699c6
19 changed files with 369 additions and 170 deletions

View File

@@ -63,7 +63,7 @@ func indexAction(ctx *cli.Context) error {
Path: subPath,
Rescan: ctx.Bool("all"),
Convert: conf.Settings().Index.Convert && conf.SidecarWritable(),
Stack: conf.Settings().Index.Stack,
Stack: conf.Settings().Index.Stacks,
}
indexed := ind.Start(indOpt)