Add search index tests

This commit is contained in:
Chocobozzz 2020-06-10 10:58:44 +02:00 committed by Chocobozzz
parent 3b0bd70aa0
commit 3521ab8fc0
6 changed files with 351 additions and 5 deletions

View file

@ -463,7 +463,7 @@ function customConfig (): CustomConfig {
disableLocalSearch: CONFIG.SEARCH.SEARCH_INDEX.DISABLE_LOCAL_SEARCH,
isDefaultSearch: CONFIG.SEARCH.SEARCH_INDEX.IS_DEFAULT_SEARCH
}
},
}
}
}