symbols: Prefix sidebar queries with ^path/to/dir
Created by: chrismwendt
This uses prefix queries to speed up SQLite (non-Zoekt) symbol searches in subdirectories.
Once https://github.com/sourcegraph/sourcegraph/pull/31298 is merged, this PR will make symbols sidebar searches in subdirectories WAY faster.
Resolves https://github.com/sourcegraph/sourcegraph/issues/31296
Test plan
Open a dir before (notice the timeout error) and after (no error).