dev: revert to old search mode for local dev environment (#59129)

This reverts the default from loveable search to smart search for the
local dev environment. This is mainly to disentangle our protoype
running on S2 from everyone's dev experience.

Devs who want to use loveable search locally, can set the feature flag
"search-new-keyword".
This commit is contained in:
Stefan Hengl 2023-12-20 17:02:32 +01:00 committed by GitHub
parent a3143120c4
commit 2f6286d5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,5 @@
},
"search.repositoryGroups": {
"test": ["github.com/gorilla/mux", "github.com/gorilla/pat"]
},
// team search platform: This enables the experimental "precise (NEW)" search mode by default
"search.defaultMode": "precise",
"search.defaultPatternType": "newStandardRC1"
}
}