Skip to content

Commit 5eded34

Browse files
committed
Merge branch 'development' of github.com:UNICEFECAR/USupport-cms into staging
2 parents f04eb70 + 62387c4 commit 5eded34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/api/article/controllers/article.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ module.exports = createCoreController("api::article.article", ({ strapi }) => ({
424424
whereClause.$or = [
425425
{ title: { $containsi: contains } },
426426
{ description: { $containsi: contains } },
427+
{ body: { $containsi: contains } },
428+
{ body_ck: { $containsi: contains } },
427429
];
428430
}
429431

0 commit comments

Comments
 (0)