This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Commit f2a6cf8
committed
Fix code search on local repos (#1204)
* Fix code search on local repos
We were making semantic queries with the full stringified repo ref.
Instead, we should have been constructing a semantic query using the
repository display name.
It seems that this was fixed coincidentally in #1190 via a condition
(which might now be possible to remove).
* Use indexed name in semantic query construction1 parent 9591707 commit f2a6cf8
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
| 811 | + | |
819 | 812 | | |
820 | 813 | | |
821 | 814 | | |
| |||
0 commit comments