Search bar no longer updating to show current repo with smartSearchField turned on
Created by: dadlerj
- Sourcegraph version: 3.13.1
With the new smartSearchField
experimental feature turned on, the search bar behaves differently when you visit a repo.
Steps to reproduce:
- Visit Sourcegraph.com
- With
smartSearchField
set to true:- Search for "test"
- Click on any result
- Note that the search bar still just says "test"
- With
smartSearchField
set to false:- Search for "test"
- Click on any result
- Note that the search bar now shows the current
repo:<REPO>
filter applied