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.
2 parents 2cba4eb + 85e9a14 commit 3bd78f1Copy full SHA for 3bd78f1
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