We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cba4eb commit 85e9a14Copy full SHA for 85e9a14
assets/app/js/controllers/aboutCodeClueDataTable.js
@@ -271,7 +271,7 @@ class AboutCodeClueDataTable extends Controller {
271
for (let i = 0; i < dataTablesInput.columns.length; i++) {
272
const orSearch = {};
273
orSearch[dataTablesInput.columns[i].name] = {
274
- $like: `%${globalSearch}%`
+ $like: `%${globalSearch.trim()}%`
275
};
276
query.where.$and.$or.push(orSearch);
277
}
0 commit comments