sourcegraph/internal/compute
Keegan Carruthers-Smith 9230ccf633
search: use annotation IsContent for "content:" patterns (#60786)
It seems we lazily used IsAlias as the annotation before since we had
the invariant that for Patterns the only time that happens is for
content. However, this was really confusing to work out and its easy to
add in a new annotation.

Test Plan: go test
2024-02-28 16:15:31 +00:00
..
client Move enterprise/internal/batches package to internal/batches (#54855) 2023-07-12 08:42:35 -06:00
testdata/Test_matchOnly Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
BUILD.bazel Chore: remove some uses of log15 (#57519) 2023-10-10 16:27:52 -06:00
command.go internal: Migrate to gitserver.NewClient (#54850) 2023-07-13 18:04:15 +05:30
match_context_result.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
match_only_command_test.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
match_only_command.go internal: Migrate to gitserver.NewClient (#54850) 2023-07-13 18:04:15 +05:30
output_command_test.go Chore: remove some uses of log15 (#57519) 2023-10-10 16:27:52 -06:00
output_command.go logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
query_test.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
query.go search: use annotation IsContent for "content:" patterns (#60786) 2024-02-28 16:15:31 +00:00
replace_command_test.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
replace_command.go gitserver: Unify filereader API (#59782) 2024-01-24 13:53:57 +01:00
result.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
template_test.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
template.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
text_result.go Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00