UNCLASSIFIED - NO CUI

Skip to content

Fix: Language Filter

Eli Lawrence requested to merge feat/lang-filter into main

The language filter was using the wrong language field in the data.json. The filter is now using the items in the gitlab_data.languages array.

Rather than using an includes function to match the filter with the items, "===" is used to make a more specific match for such cases like: C and C++.

Merge request reports