Skip to content

Commit

Permalink
feat(plugin): adapt to the new MongoDB upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mas-iota committed Sep 25, 2024
1 parent 949613c commit 8b54a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/content/controllers/content.home.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
if (!value) {
value = '/*';
}
searchOptions.filter = { "$json.title": { "$regex": value, $options: "-i",} };
searchOptions.filter = { "$json.title": { "$regex": value, $options: "i",} };
ContentHome.getMore();
};

Expand Down

0 comments on commit 8b54a7b

Please sign in to comment.