Fix/1224 full text search
@@ -2,7 +2,8 @@
## 3.5.16-RC
-*
+* Fix: Full Text Search doesn't work after when building indices
+ * Introduced by 3.5.12
## 3.5.15
@@ -264,7 +264,7 @@ SearchClient.prototype.prepareBodyForCreate = function(body, page) {
const command = {
index: {
- _index: this.aliasName,
+ _index: this.indexName,
_type: 'pages',
_id: page._id.toString(),
},