We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888b542 commit b19e479Copy full SHA for b19e479
projects/blueprint/src/app/core/service/config/config.service.ts
@@ -31,7 +31,7 @@ export class ConfigService {
31
environment.sparqlConsoleUrl = config?.sparqlConsoleUrl ?? null;
32
environment.graphExplorerUrl = config?.graphExplorerUrl ?? null;
33
34
- environment.fullTextSearchDialect = config?.fullTextSearchDialect ?? 'stardog';
+ environment.fullTextSearchDialect = config?.fullTextSearchDialect ?? FullTextSearchDialect.STARDOG;
35
console.log('ConfigService', config?.fullTextSearchDialect);
36
37
this._libraryConfigurationService.endpointUrl = environment.endpointUrl;
0 commit comments