Explorar o código

ensure not to check ES version experimentally

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
a09426e33e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/server/util/search.js

+ 2 - 1
src/server/util/search.js

@@ -143,7 +143,8 @@ SearchClient.prototype.shouldIndexed = function(page) {
 };
 
 SearchClient.prototype.initIndices = async function() {
-  await this.checkESVersion();
+  // FIXME: comment out experimentally
+  // await this.checkESVersion();
 
   const { client, indexName, aliasName } = this;