diff --git a/ghost/sodo-search/src/search-index.js b/ghost/sodo-search/src/search-index.js index c0a930567e..8d820003c4 100644 --- a/ghost/sodo-search/src/search-index.js +++ b/ghost/sodo-search/src/search-index.js @@ -57,8 +57,7 @@ export default class SearchIndex { let posts = await this.api.posts.browse({ limit: 'all', fields: 'id,slug,title,excerpt,url,updated_at,visibility', - order: 'updated_at DESC', - formats: 'plaintext' + order: 'updated_at DESC' }); if (posts || posts.length > 0) {