Indexed search enabled via site configuration
Created by: keegancsmith
We want to make it easier and more obvious that users using docker can enable indexed search. We do not want to enable it yet by default since it can OOM or PEG a CPU on an under powered dev machine (top of funnel). This PR adds the configuration search.index
for toggling it on or off. By default it is on except for our single docker image. Additionally we still respect the INDEXED_SEARCH
environment variable to avoid breaking existing installations.
Fixes https://github.com/sourcegraph/enterprise/issues/13516
This PR updates the CHANGELOG.md file to describe any user-facing changes.