release v3.5.16
@@ -1,16 +1,19 @@
# CHANGES
-## 3.5.15-RC
+## 3.5.16-RC
-*
+* Fix: Full Text Search doesn't work after when building indices
+ * Introduced by 3.5.12
-## 3.5.14
+## 3.5.15
* Feature: Import/Export Page data
* Fix: The link to Sandbox on Markdown Help Modal doesn't work
* Support: Upgrade libs
* codemirror
+## 3.5.14 (Missing number)
+
## 3.5.13
* Feature: Re-edit comments
@@ -8,7 +8,7 @@ module.exports = {
},
servers: [
{
- url: 'https://demo.growi.org/api/v3/',
+ url: 'https://demo.growi.org/_api/v3/',
],
};
@@ -1,6 +1,6 @@
"name": "growi",
- "version": "3.5.15-RC",
+ "version": "3.5.16-RC",
"description": "Team collaboration software using markdown",
"tags": [
"wiki",
@@ -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(),