fix(all): Fix search on others bots than boot.

This commit is contained in:
Rodrigo Rodriguez 2023-09-10 20:53:15 -03:00
parent 292e62c4cc
commit 68c542bef3

View file

@ -736,7 +736,7 @@ export class GBDeployer implements IGBDeployer {
searchIndex, searchIndex,
searchIndexer searchIndexer
); );
const connectionString = GBDeployer.getConnectionStringFromInstance(instance); const connectionString = GBDeployer.getConnectionStringFromInstance(GBServer.globals.minBoot.instance);
const dsName = 'gb'; const dsName = 'gb';
// Removes any previous index. // Removes any previous index.