fix(all): Fix search on others bots than boot.
This commit is contained in:
parent
b619cdc219
commit
2c0d8a84e8
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ export class GBDeployer implements IGBDeployer {
|
|||
searchIndex,
|
||||
searchIndexer
|
||||
);
|
||||
const connectionString = GBDeployer.getConnectionStringFromInstance(instance);
|
||||
const connectionString = GBDeployer.getConnectionStringFromInstance(GBServer.globals.minBoot.instance);
|
||||
const dsName = 'gb';
|
||||
|
||||
// Removes any previous index.
|
||||
|
|
Loading…
Add table
Reference in a new issue