sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.1k stars 1.27k forks source link

Search: enable precise lang filtering by default #60676

Open jtibshirani opened 7 months ago

jtibshirani commented 7 months ago

In #60341 we made several improvements to the search-content-based-lang-detection feature. This issue tracks what's needed to complete the feature and enable it by default.

/cc @sourcegraph/search-platform

mmanela commented 6 months ago

Related to this https://github.com/sourcegraph/sourcegraph/pull/61301, in this change we need to add special handling to make language matching case-insensitive. This work can be undone / removed once we resolve this item and make precise lang filtering default and remove the older lang filtering.