mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
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:
parent
a3143120c4
commit
2f6286d5f6
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user