admin js hatte noch alte blomstra-search drin
This commit is contained in:
parent
52168bb5c3
commit
c15087270c
|
|
@ -25,7 +25,7 @@ class ReindexWarningWidget extends DashboardWidget {
|
|||
}
|
||||
}
|
||||
|
||||
app.initializers.add('blomstra-search', () => {
|
||||
app.initializers.add('sbp-search', () => {
|
||||
const activeIndex = app.data.settings['blomstra-search.active-index'];
|
||||
const compatVersion = app.data.settings['blomstra-search.index-compatible'];
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ app.initializers.add('blomstra-search', () => {
|
|||
};
|
||||
|
||||
app.extensionData
|
||||
.for('blomstra-search')
|
||||
.for('sbp-search')
|
||||
.registerSetting(function (this: any) {
|
||||
// No index yet, or first build predates this tracking — stay silent.
|
||||
const indexedAnalyzer = app.data.settings['blomstra-search.indexed-analyzer'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue