• scienceasdf's avatar
    fix: search engine broken when renaming or moving pages (#2815) · d7d00b44
    scienceasdf authored
    For building suggest in elasticsearch, the safeContent field will be splitted into arrays. If the page is renamed or moved, the server will throw error: "Cannot read property 'split' of Undefined", and the index will be broken. Here two lines are added to fix this issue.
    d7d00b44
pages.js 28.1 KB