fix: postgreSQL search engine error during page move (#1181)
This commit is contained in:
		| @@ -127,7 +127,7 @@ module.exports = { | ||||
|   async renamed(page) { | ||||
|     await WIKI.models.knex('pagesVector').where({ | ||||
|       locale: page.localeCode, | ||||
|       path: page.sourcePath | ||||
|       path: page.path | ||||
|     }).update({ | ||||
|       locale: page.destinationLocaleCode, | ||||
|       path: page.destinationPath | ||||
|   | ||||
		Reference in New Issue
	
	Block a user