(breaking) Set item depth in ingest pipeline

This commit is contained in:
2020-03-02 17:39:25 -05:00
parent d78994d427
commit e5bb4856d2
5 changed files with 9 additions and 9 deletions

View File

@@ -520,7 +520,7 @@ function getPathChoices() {
path: {
prefix: pathBar.value,
completion: {
field: "suggest-path",
field: "suggest_path",
skip_duplicates: true,
size: 10000
}