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 f7f7650 + 427e53d commit aae44ebCopy full SHA for aae44eb
assets/app/js/controllers/aboutCodeScanDataTable.js
@@ -274,7 +274,8 @@ class AboutCodeScanDataTable extends Controller {
274
{ $eq: null }
275
]
276
};
277
- } else if (columnName === 'extension') {
+ // FIXME: This should probalby be a list if any more vales are added
278
+ } else if (columnName === 'extension' || columnName === 'programming_language' || columnName === 'name') {
279
query.where.$and[columnName] = {
280
$eq: columnSearch
281
0 commit comments